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

Felix Yan felixonmars at archlinux.org
Mon May 27 06:52:18 UTC 2019


    Date: Monday, May 27, 2019 @ 06:52:17
  Author: felixonmars
Revision: 470989

upgpkg: haskell-chasingbottoms 1.3.1.5-9

rebuild with QuickCheck 2.13.1

Modified:
  haskell-chasingbottoms/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-27 06:34:43 UTC (rev 470988)
+++ PKGBUILD	2019-05-27 06:52:17 UTC (rev 470989)
@@ -3,7 +3,7 @@
 _hkgname=ChasingBottoms
 pkgname=haskell-chasingbottoms
 pkgver=1.3.1.5
-pkgrel=8
+pkgrel=9
 pkgdesc="For testing partial and infinite values"
 url="https://hackage.haskell.org/package/ChasingBottoms"
 license=('MIT')
@@ -13,6 +13,11 @@
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('0e8ec789779defb535d719fd2711678d55d85c6608f363e35bbb1cc49e804ef5439f4dba89b7f813137df1d1e51b0d46e2c7f54c4904b898bfb94f5f44e08679')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *2.13/<3/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list