[arch-commits] Commit in haskell-http/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Apr 24 18:47:59 UTC 2020
Date: Friday, April 24, 2020 @ 18:47:59
Author: felixonmars
Revision: 619490
upgpkg: haskell-http 4000.3.14-171: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1
Modified:
haskell-http/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-24 18:37:37 UTC (rev 619489)
+++ PKGBUILD 2020-04-24 18:47:59 UTC (rev 619490)
@@ -4,7 +4,7 @@
_hkgname=HTTP
pkgname=haskell-http
pkgver=4000.3.14
-pkgrel=170
+pkgrel=171
pkgdesc="A library for client-side HTTP"
url="https://hackage.haskell.org/package/${_hkgname}"
license=('BSD')
@@ -19,7 +19,7 @@
prepare() {
cd $_hkgname-$pkgver
- sed -i 's/< *3.3/<4/' $_hkgname.cabal
+ sed -i 's/< *3.3/<4/;s/< *4.14/<5/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list