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

Felix Yan felixonmars at archlinux.org
Thu Apr 25 13:04:58 UTC 2019


    Date: Thursday, April 25, 2019 @ 13:04:57
  Author: felixonmars
Revision: 453851

upgpkg: haskell-easytest 0.2.1-5

rebuild with ghc 8.6.5

Modified:
  haskell-easytest/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-25 13:04:16 UTC (rev 453850)
+++ PKGBUILD	2019-04-25 13:04:57 UTC (rev 453851)
@@ -2,17 +2,17 @@
 
 _hkgname=easytest
 pkgname=haskell-easytest
-pkgver=0.3
-pkgrel=1
+pkgver=0.2.1
+pkgrel=5
 pkgdesc="Simple, expressive testing library"
 url="https://github.com/joelburget/easytest"
 license=('MIT')
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-call-stack' 'haskell-hedgehog'
-         'haskell-split' 'haskell-profunctors' 'haskell-tagged')
+depends=('ghc-libs' 'haskell-async' 'haskell-call-stack'
+         'haskell-random')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('588afe79e61268c93f93b8ce6a57b010e0354aeb1155adb6a3c230aaa6652fb800751ff0fc80ff652aeb0cd635d4cd2a9d5fc02ffcdeec6b116cea8cfc8cd42b')
+sha512sums=('cb4604ae1311976b70047614e6c4a2fadf7085073c3add488b8b7f4001625a1159d134053289aec75eb33bb59ba1d48dc8d9b215745c88851bdbf0eb7b6ef928')
 
 prepare() {
     cd $_hkgname-$pkgver
@@ -24,7 +24,8 @@
     
     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 \
+            -foptimized -f-quiet
     runhaskell Setup build
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script



More information about the arch-commits mailing list