[arch-commits] Commit in haskell-http-api-data/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu May 13 23:22:21 UTC 2021
Date: Thursday, May 13, 2021 @ 23:22:21
Author: felixonmars
Revision: 933866
upgpkg: haskell-http-api-data 0.4.3-43: rebuild with hspec 2.8.0, hspec-core 2.8.0, hspec-discover 2.8.0, tasty-hspec 1.1.7
Modified:
haskell-http-api-data/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-13 21:28:42 UTC (rev 933865)
+++ PKGBUILD 2021-05-13 23:22:21 UTC (rev 933866)
@@ -4,7 +4,7 @@
_hkgname=http-api-data
pkgname=haskell-http-api-data
pkgver=0.4.3
-pkgrel=42
+pkgrel=43
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 $_hkgname.cabal
+ uusi -u attoparsec -u hspec $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list