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

Felix Yan felixonmars at archlinux.org
Fri Apr 24 09:03:35 UTC 2020


    Date: Friday, April 24, 2020 @ 09:03:32
  Author: felixonmars
Revision: 619049

upgpkg: haskell-cborg 0.2.2.1-13: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0

Modified:
  haskell-cborg/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-24 08:58:40 UTC (rev 619048)
+++ PKGBUILD	2020-04-24 09:03:32 UTC (rev 619049)
@@ -3,7 +3,7 @@
 _hkgname=cborg
 pkgname=haskell-cborg
 pkgver=0.2.2.1
-pkgrel=12
+pkgrel=13
 pkgdesc="Concise Binary Object Representation (CBOR)"
 url="https://github.com/well-typed/cborg"
 license=('BSD')
@@ -17,7 +17,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *2.14/<3/' $_hkgname.cabal
+    sed -i 's/< *2.14/<3/;s/< *0.6/<1/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list