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

Felix Yan felixonmars at archlinux.org
Thu Jun 22 16:20:53 UTC 2017


    Date: Thursday, June 22, 2017 @ 16:20:52
  Author: felixonmars
Revision: 239605

upgpkg: haskell-tasty-quickcheck 0.9.1-1

rebuild with tasty-quickcheck,0.9.1

Modified:
  haskell-tasty-quickcheck/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-22 16:17:33 UTC (rev 239604)
+++ PKGBUILD	2017-06-22 16:20:52 UTC (rev 239605)
@@ -4,15 +4,15 @@
 
 _hkgname=tasty-quickcheck
 pkgname=haskell-tasty-quickcheck
-pkgver=0.8.4
-pkgrel=28
+pkgver=0.9.1
+pkgrel=1
 pkgdesc="QuickCheck support for the Tasty test framework."
 url="http://documentup.com/feuerbach/tasty"
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-quickcheck" "haskell-tagged" "haskell-tasty")
+depends=('ghc' "haskell-quickcheck" "haskell-random" "haskell-tagged" "haskell-tasty")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('365f4cb6db70cce36ebdc133a2f6388cab71df2ca11f223f0458565956ec3297')
+sha512sums=('41977101c311708ce89dabbc7502b327f7a3e6b926a1469773bfee09309cb0187ec1fee01117a09995eb1ee84aab30b928475bdeb98d42c0fb25efe61fdd1211')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -19,8 +19,7 @@
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --libsubdir=\$compiler/site-local/\$pkgid \
-            -f-old-quickcheck
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list