[arch-commits] Commit in haskell-chell-quickcheck/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon May 27 07:12:19 UTC 2019


    Date: Monday, May 27, 2019 @ 07:12:18
  Author: felixonmars
Revision: 471001

upgpkg: haskell-chell-quickcheck 0.2.5.2-6

rebuild with QuickCheck 2.13.1

Modified:
  haskell-chell-quickcheck/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-27 07:07:40 UTC (rev 471000)
+++ PKGBUILD	2019-05-27 07:12:18 UTC (rev 471001)
@@ -3,7 +3,7 @@
 _hkgname=chell-quickcheck
 pkgname=haskell-chell-quickcheck
 pkgver=0.2.5.2
-pkgrel=5
+pkgrel=6
 pkgdesc="QuickCheck support for the Chell testing library"
 url="https://github.com/typeclasses/chell"
 license=('MIT')
@@ -13,6 +13,11 @@
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('d17b8aeb19adc08debdfccaeceabb480fcbf82ba47c5e805f326f26be8c3266b741c52ab1ab13042b13aaa865ae355812ff067f3a46ff8186cef232143fa8efa')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *2.13/<3/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list