[arch-commits] Commit in haskell-cryptohash-md5/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Oct 25 07:33:30 UTC 2021


    Date: Monday, October 25, 2021 @ 07:33:30
  Author: felixonmars
Revision: 1033321

upgpkg: haskell-cryptohash-md5 0.11.101.0-1: rebuild with cryptohash-md5 0.11.101.0

Modified:
  haskell-cryptohash-md5/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-25 05:55:53 UTC (rev 1033320)
+++ PKGBUILD	2021-10-25 07:33:30 UTC (rev 1033321)
@@ -2,27 +2,24 @@
 
 _hkgname=cryptohash-md5
 pkgname=haskell-cryptohash-md5
-pkgver=0.11.100.1
-pkgrel=22
+pkgver=0.11.101.0
+pkgrel=1
 pkgdesc="Fast, pure and practical MD5 implementation"
 url="https://github.com/hvr/cryptohash-md5"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs')
-makedepends=('ghc')
+makedepends=('ghc' 'haskell-base16-bytestring' 'haskell-puremd5' 'haskell-tasty'
+             'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('f2efb197005ed5f12a7c2be490a64a83186cacb34eaedec6cbd76e52c30221733da1d31201c5209538226508db760fd9eed0afc8d72643e1509b32c7287cb12e')
+sha512sums=('6116b384e76927aed06748fac6088280d1ecc7eb5886692c287e971761b98960657b106ba8a700bd0c5b2e552797079e143836af3463acd75bbac207633867a4')
 
-prepare() {
-    sed -i 's/base             >= 4.5   && < 4.10/base             >= 4.5/' $_hkgname-$pkgver/$_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 
     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
+        --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+        --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
@@ -30,6 +27,11 @@
     sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+    cd $_hkgname-$pkgver
+    runhaskell Setup test --show-details=direct
+}
+
 package() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list