[arch-commits] Commit in haskell-classy-prelude/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sat Sep 25 01:01:46 UTC 2021


    Date: Saturday, September 25, 2021 @ 01:01:46
  Author: felixonmars
Revision: 1024177

upgpkg: haskell-classy-prelude 1.5.0-178: rebuild with vector 0.12.3.1

Modified:
  haskell-classy-prelude/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-25 00:59:36 UTC (rev 1024176)
+++ PKGBUILD	2021-09-25 01:01:46 UTC (rev 1024177)
@@ -3,7 +3,7 @@
 _hkgname=classy-prelude
 pkgname=haskell-classy-prelude
 pkgver=1.5.0
-pkgrel=177
+pkgrel=178
 pkgdesc='A typeclass-based Prelude'
 arch=(x86_64)
 url="https://hackage.haskell.org/package/$_hkgname"
@@ -28,7 +28,7 @@
   cd $_hkgname-$pkgver
   runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
       --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
-      --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



More information about the arch-commits mailing list