[arch-commits] Commit in haskell-mwc-random/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Sep 2 11:15:50 UTC 2020
Date: Wednesday, September 2, 2020 @ 11:15:50
Author: felixonmars
Revision: 696305
upgpkg: haskell-mwc-random 0.15.0.0-1: rebuild with mwc-random 0.15.0.0
Modified:
haskell-mwc-random/trunk/PKGBUILD
----------+
PKGBUILD | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-02 11:15:35 UTC (rev 696304)
+++ PKGBUILD 2020-09-02 11:15:50 UTC (rev 696305)
@@ -3,22 +3,23 @@
_hkgname=mwc-random
pkgname=haskell-mwc-random
-pkgver=0.14.0.0
-pkgrel=66
+pkgver=0.15.0.0
+pkgrel=1
pkgdesc="Fast, high quality pseudo random number generation"
url="https://github.com/bos/mwc-random"
license=("BSD")
arch=('x86_64')
-depends=('ghc-libs' "haskell-math-functions" "haskell-primitive" "haskell-vector")
-makedepends=('ghc')
+depends=('ghc-libs' 'haskell-math-functions' 'haskell-primitive' 'haskell-random' 'haskell-vector')
+makedepends=('ghc' 'haskell-doctest' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('bb262d6f4a37d91e4c0667ec5140894ed36bf3ef4b90e487f4d689a6bc4eddd09dcdc3c8b75013124908ca1642e990c3e074fb728acc1b36f63b3db66528301d')
+sha512sums=('696a458673aec0dcfa4367bcebbf7869d64b30eb67539068dc887719d2df7f6f9cd66a0f1af80bc5c5de845ac254cfc5165f337bb03277a7da9abdfbcd5451af')
build() {
cd $_hkgname-$pkgver
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
- --prefix=/usr --docdir=/usr/share/doc/$pkgname \
+ --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
runhaskell Setup build $MAKEFLAGS
runhaskell Setup register --gen-script
@@ -27,6 +28,11 @@
sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
}
+check() {
+ cd $_hkgname-$pkgver
+ runhaskell Setup test
+}
+
package() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list