[arch-commits] Commit in haskell-cryptohash-sha256/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Sep 24 04:08:17 UTC 2021
Date: Friday, September 24, 2021 @ 04:08:17
Author: felixonmars
Revision: 1023277
upgpkg: haskell-cryptohash-sha256 0.11.102.0-52: rebuild with vector 0.12.3.1
Modified:
haskell-cryptohash-sha256/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-09-24 04:07:09 UTC (rev 1023276)
+++ PKGBUILD 2021-09-24 04:08:17 UTC (rev 1023277)
@@ -4,7 +4,7 @@
_hkgname=cryptohash-sha256
pkgname=haskell-cryptohash-sha256
pkgver=0.11.102.0
-pkgrel=51
+pkgrel=52
pkgdesc="Fast, pure and practical SHA-256 implementation"
url="https://github.com/hvr/cryptohash-sha256"
license=("BSD")
@@ -25,7 +25,7 @@
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 \
-fexe
runhaskell Setup build $MAKEFLAGS
runhaskell Setup register --gen-script
More information about the arch-commits
mailing list