[arch-commits] Commit in haskell-quickcheck/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Jun 28 08:00:47 UTC 2017
Date: Wednesday, June 28, 2017 @ 08:00:46
Author: felixonmars
Revision: 241321
upgpkg: haskell-quickcheck 2.10.0.1-1
rebuild with QuickCheck,2.10.0.1
Modified:
haskell-quickcheck/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-06-28 07:53:53 UTC (rev 241320)
+++ PKGBUILD 2017-06-28 08:00:46 UTC (rev 241321)
@@ -5,8 +5,8 @@
_hkgname=QuickCheck
pkgname=haskell-quickcheck
-pkgver=2.9.2
-pkgrel=3
+pkgver=2.10.0.1
+pkgrel=1
pkgdesc='Automatic testing of Haskell programs'
url='https://hackage.haskell.org/package/QuickCheck'
license=('custom:BSD3')
@@ -13,7 +13,7 @@
arch=('x86_64' 'i686')
depends=('ghc' 'haskell-random' 'haskell-tf-random')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('155c1656f583bc797587846ee1959143d2b1b9c88fbcb9d3f510f58d8fb93685')
+sha512sums=('513e55190f3ecba5d38c465c517ff7b8aafea0e1a307a81736be7ea841a326547db4348d73c196e6413f57961809a51b2ce8e44819287836b8a90007cd239fdc')
build() {
cd "$srcdir/$_hkgname-$pkgver"
@@ -21,7 +21,7 @@
runhaskell Setup configure \
-O --enable-shared --enable-executable-dynamic \
--prefix=/usr --docdir="/usr/share/doc/$pkgname" \
- --libsubdir=\$compiler/site-local/\$pkgid \
+ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
-ftemplateHaskell
runhaskell Setup build
More information about the arch-commits
mailing list