[arch-commits] Commit in haskell-mysql-simple/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Nov 17 03:15:18 UTC 2020
Date: Tuesday, November 17, 2020 @ 03:15:17
Author: felixonmars
Revision: 755839
upgpkg: haskell-mysql-simple 0.4.5-2: rebuild with QuickCheck 2.14.2, quickcheck-instances 0.3.25.1
Modified:
haskell-mysql-simple/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-17 03:14:14 UTC (rev 755838)
+++ PKGBUILD 2020-11-17 03:15:17 UTC (rev 755839)
@@ -3,7 +3,7 @@
_hkgname=mysql-simple
pkgname=haskell-mysql-simple
pkgver=0.4.5
-pkgrel=1
+pkgrel=2
pkgdesc="A mid-level MySQL client library"
url="https://github.com/paul-rouse/mysql-simple"
license=("BSD")
@@ -24,7 +24,7 @@
--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
--ghc-option='-pie'
- runhaskell Setup build
+ runhaskell Setup build $MAKEFLAGS
runhaskell Setup register --gen-script
runhaskell Setup unregister --gen-script
sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
More information about the arch-commits
mailing list