[arch-commits] Commit in haskell-rank2classes/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Apr 24 06:12:46 UTC 2020
Date: Friday, April 24, 2020 @ 06:12:46
Author: felixonmars
Revision: 618816
upgpkg: haskell-rank2classes 1.4-6: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0
Modified:
haskell-rank2classes/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-24 06:07:27 UTC (rev 618815)
+++ PKGBUILD 2020-04-24 06:12:46 UTC (rev 618816)
@@ -3,7 +3,7 @@
_hkgname=rank2classes
pkgname=haskell-rank2classes
pkgver=1.4
-pkgrel=5
+pkgrel=6
pkgdesc="Standard type constructor class hierarchy, only with methods of rank 2 types"
url="https://github.com/blamario/grampa/tree/master/rank2classes"
license=('BSD')
@@ -14,6 +14,11 @@
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
sha512sums=('0a3147da8fefffa0db3e2529301b1a7199ce9604b38706bbb9c65f55d3f3d31cc4dc7273e9c048cbdae79a854049fd4dcd10ca6925d25458d8920d5802b3437d')
+prepare() {
+ cd $_hkgname-$pkgver
+ sed -i 's/< *2.16/<3/' $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list