Date: Monday, January 10, 2022 @ 17:02:12
  Author: felixonmars
Revision: 1099512

upgpkg: haskell-data-binary-ieee754 0.4.4-21: rebuild with ghc 9.0.2

Modified:
  haskell-data-binary-ieee754/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-01-10 17:01:47 UTC (rev 1099511)
+++ PKGBUILD    2022-01-10 17:02:12 UTC (rev 1099512)
@@ -4,7 +4,7 @@
 _hkgname=data-binary-ieee754
 pkgname=haskell-data-binary-ieee754
 pkgver=0.4.4
-pkgrel=20
+pkgrel=21
 pkgdesc="Parser/Serialiser for IEEE-754 floating-point values"
 url="https://john-millikin.com/software/data-binary-ieee754";
 license=("MIT")
@@ -19,7 +19,7 @@
 
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
         --prefix=/usr --docdir=/usr/share/doc/$pkgname \
-        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script

Reply via email to