[arch-commits] Commit in haskell-tasty-discover/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Mar 15 23:04:25 UTC 2020
Date: Sunday, March 15, 2020 @ 23:04:25
Author: felixonmars
Revision: 598798
upgpkg: haskell-tasty-discover 4.2.1-4: rebuild with hashable 1.3.0.0
Modified:
haskell-tasty-discover/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-15 23:01:31 UTC (rev 598797)
+++ PKGBUILD 2020-03-15 23:04:25 UTC (rev 598798)
@@ -3,7 +3,7 @@
_hkgname=tasty-discover
pkgname=haskell-tasty-discover
pkgver=4.2.1
-pkgrel=3
+pkgrel=4
pkgdesc="Test discovery for the tasty framework"
url="http://git.coop/lwm/tasty-discover"
license=('MIT')
@@ -21,6 +21,10 @@
export PATH="$PWD/dist/build/$_hkgname:$PATH"
export LD_LIBRARY_PATH="$PWD/dist/build"
+ # Test could be built before executable, so build an executable first
+ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla
+ runhaskell Setup build
+
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
More information about the arch-commits
mailing list