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

Felix Yan felixonmars at archlinux.org
Sun Mar 17 10:06:26 UTC 2019


    Date: Sunday, March 17, 2019 @ 10:06:26
  Author: felixonmars
Revision: 442330

upgpkg: haskell-easytest 0.3-1

rebuild with easytest 0.3

Modified:
  haskell-easytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-17 10:01:54 UTC (rev 442329)
+++ PKGBUILD	2019-03-17 10:06:26 UTC (rev 442330)
@@ -2,17 +2,17 @@
 
 _hkgname=easytest
 pkgname=haskell-easytest
-pkgver=0.2.1
-pkgrel=4
+pkgver=0.3
+pkgrel=1
 pkgdesc="Simple, expressive testing library"
 url="https://github.com/joelburget/easytest"
 license=('MIT')
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-async' 'haskell-call-stack'
-         'haskell-random')
+depends=('ghc-libs' 'haskell-call-stack' 'haskell-hedgehog'
+         'haskell-split' 'haskell-profunctors' 'haskell-tagged')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('cb4604ae1311976b70047614e6c4a2fadf7085073c3add488b8b7f4001625a1159d134053289aec75eb33bb59ba1d48dc8d9b215745c88851bdbf0eb7b6ef928')
+sha512sums=('588afe79e61268c93f93b8ce6a57b010e0354aeb1155adb6a3c230aaa6652fb800751ff0fc80ff652aeb0cd635d4cd2a9d5fc02ffcdeec6b116cea8cfc8cd42b')
 
 prepare() {
     cd $_hkgname-$pkgver
@@ -24,8 +24,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 \
-            -foptimized -f-quiet
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script



More information about the arch-commits mailing list