[arch-commits] Commit in haskell-http-api-data/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Jun 21 02:24:50 UTC 2021
Date: Monday, June 21, 2021 @ 02:24:50
Author: felixonmars
Revision: 966284
upgpkg: haskell-http-api-data 0.4.3-54: rebuild with ghc 9.0.1, ghc-lib-parser-ex 9.0.0.4, one-liner 2.0, retrie 1.0.0.0
Modified:
haskell-http-api-data/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-21 02:22:35 UTC (rev 966283)
+++ PKGBUILD 2021-06-21 02:24:50 UTC (rev 966284)
@@ -4,7 +4,7 @@
_hkgname=http-api-data
pkgname=haskell-http-api-data
pkgver=0.4.3
-pkgrel=53
+pkgrel=54
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
- uusi -u attoparsec -u hspec $_hkgname.cabal
+ uusi -u attoparsec -u base -u hspec $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list