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

Felix Yan felixonmars at archlinux.org
Thu May 17 07:01:18 UTC 2018


    Date: Thursday, May 17, 2018 @ 07:01:17
  Author: felixonmars
Revision: 323348

upgpkg: haskell-chell-quickcheck 0.2.5.1-4

rebuild with ghc 8.4.2

Modified:
  haskell-chell-quickcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-17 06:53:46 UTC (rev 323347)
+++ PKGBUILD	2018-05-17 07:01:17 UTC (rev 323348)
@@ -4,7 +4,7 @@
 _hkgname=chell-quickcheck
 pkgname=haskell-chell-quickcheck
 pkgver=0.2.5.1
-pkgrel=3
+pkgrel=4
 pkgdesc="QuickCheck support for the Chell testing library"
 url="https://john-millikin.com/software/chell/"
 license=('MIT')
@@ -14,6 +14,11 @@
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('4879c084731112e0e17e6d82510850c119c7e5e5cde90c03ecce9ea470f94429ddd040b9346a5aa268b0ea41c5656025cc2dacfe533d370efd7162473a1ebc6e')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/<.*2.11/<3/' $_hkgname.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list