[arch-commits] Commit in haskell-aeson/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon May 27 10:49:32 UTC 2019
Date: Monday, May 27, 2019 @ 10:49:31
Author: felixonmars
Revision: 471280
upgpkg: haskell-aeson 1.4.3.0-8
rebuild with QuickCheck 2.13.1, hspec-core 2.7.1, hspec-discover 2.7.1, hspec 2.7.1, time-compat 1.9.2.2, quickcheck-instances 0.3.21
Modified:
haskell-aeson/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-27 10:46:43 UTC (rev 471279)
+++ PKGBUILD 2019-05-27 10:49:31 UTC (rev 471280)
@@ -5,7 +5,7 @@
pkgname=haskell-aeson
_hkgname=aeson
pkgver=1.4.3.0
-pkgrel=7
+pkgrel=8
pkgdesc="A JSON parsing and encoding library optimized for ease of use and high performance."
url="https://github.com/bos/aeson"
license=("GPL")
@@ -22,6 +22,11 @@
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz")
sha512sums=('06cbbf7928a02d105b60756d4faf87baf3ce9a35b410cce25ac2db89d98997a817329fb52f2807e63f846a8990cf6a1d48827d6882444ad6c3832016bb76b9e2')
+prepare() {
+ cd $_hkgname-$pkgver
+ sed -i 's/< *2.13/<3/' $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
More information about the arch-commits
mailing list