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

Felix Yan felixonmars at archlinux.org
Fri Apr 24 07:42:10 UTC 2020


    Date: Friday, April 24, 2020 @ 07:42:10
  Author: felixonmars
Revision: 618986

upgpkg: haskell-invariant 0.5.3-53: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0

Modified:
  haskell-invariant/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-24 07:40:21 UTC (rev 618985)
+++ PKGBUILD	2020-04-24 07:42:10 UTC (rev 618986)
@@ -3,7 +3,7 @@
 _hkgname=invariant
 pkgname=haskell-invariant
 pkgver=0.5.3
-pkgrel=52
+pkgrel=53
 pkgdesc="Haskell98 invariant functors"
 url="https://github.com/nfrisby/invariant-functors"
 license=('custom:BSD2')
@@ -15,6 +15,11 @@
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('0a488a800b0eec85e865b100e3944d5e9dd45e6c12a411f67b4ba7f40de6fe0b8e37900f72c83ec7b92033a3d15e754dc11d991ecafe18d8f257afdaf67ca9be')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *2.16/<3/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list