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

Felix Yan felixonmars at archlinux.org
Sun Feb 11 14:09:02 UTC 2018


    Date: Sunday, February 11, 2018 @ 14:09:01
  Author: felixonmars
Revision: 292398

upgpkg: haskell-retry 0.7.6.0-1

rebuild with retry,0.7.6.0

Modified:
  haskell-retry/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-11 14:03:45 UTC (rev 292397)
+++ PKGBUILD	2018-02-11 14:09:01 UTC (rev 292398)
@@ -4,23 +4,25 @@
 
 _hkgname=retry
 pkgname=haskell-retry
-pkgver=0.7.5.1
-pkgrel=2
+pkgver=0.7.6.0
+pkgrel=1
 pkgdesc="Retry combinators for monadic actions that may fail"
 url="https://github.com/Soostone/retry"
 license=("custom:BSD3")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-data-default-class' 'haskell-exceptions' 'haskell-random')
-makedepends=('ghc' 'haskell-quickcheck' 'haskell-hunit' 'haskell-hspec' 'haskell-mtl' 'haskell-stm')
+makedepends=('ghc' 'haskell-hedgehog' 'haskell-hunit' 'haskell-mtl' 'haskell-stm' 'haskell-tasty'
+             'haskell-tasty-hunit' 'haskell-tasty-hedgehog')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('e379245185751764a07334ce4170713a80045af6b9fb36a966bf237189bbc160a26590faa9613806fecca5fa7a71bc551f2a07475a81861f06ff0e3f03a21b92')
+sha512sums=('9670499f7a3774d4663097b58226dead94f0b056313c8bb242113af4f8a6e3658fef3a7194c07b1486b28156e05d156edca883e363d1107a53d600a9fb9a7b2d')
 
 build() {
-    cd "${srcdir}/${_hkgname}-${pkgver}"
+    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 \
+            -f-lib-werror
     runhaskell Setup build
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script
@@ -34,7 +36,7 @@
 }
 
 package() {
-    cd "${srcdir}/${_hkgname}-${pkgver}"
+    cd $_hkgname-$pkgver
 
     install -D -m744 register.sh   "${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
     install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"



More information about the arch-commits mailing list