[arch-commits] Commit in haskell-http-api-data/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Apr 24 09:47:28 UTC 2020
Date: Friday, April 24, 2020 @ 09:47:28
Author: felixonmars
Revision: 619089
upgpkg: haskell-http-api-data 0.4.1.1-28: 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-api-data/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-24 09:45:55 UTC (rev 619088)
+++ PKGBUILD 2020-04-24 09:47:28 UTC (rev 619089)
@@ -4,7 +4,7 @@
_hkgname=http-api-data
pkgname=haskell-http-api-data
pkgver=0.4.1.1
-pkgrel=27
+pkgrel=28
pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query parameters."
url="https://github.com/fizruk/http-api-data"
license=("BSD")
@@ -19,7 +19,7 @@
prepare() {
cd $_hkgname-$pkgver
- sed -i -e '/nats/d' -e 's/< *2.14/<3/' $_hkgname.cabal
+ sed -i -e '/nats/d' -e 's/< *2.14/<3/;s/< *4.14/<5/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list