[arch-commits] Commit in haskell-http-api-data/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Apr 1 15:42:56 UTC 2020
Date: Wednesday, April 1, 2020 @ 15:42:55
Author: felixonmars
Revision: 608955
upgpkg: haskell-http-api-data 0.4.1.1-27: rebuild with QuickCheck 2.14
Modified:
haskell-http-api-data/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-01 15:24:06 UTC (rev 608954)
+++ PKGBUILD 2020-04-01 15:42:55 UTC (rev 608955)
@@ -4,7 +4,7 @@
_hkgname=http-api-data
pkgname=haskell-http-api-data
pkgver=0.4.1.1
-pkgrel=26
+pkgrel=27
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' $_hkgname.cabal
+ sed -i -e '/nats/d' -e 's/< *2.14/<3/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list