[arch-commits] Commit in haskell-http-api-data/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Feb 21 19:53:11 UTC 2022


    Date: Monday, February 21, 2022 @ 19:53:10
  Author: felixonmars
Revision: 1135610

upgpkg: haskell-http-api-data 0.4.3-101: rebuild with hashable 1.4.0.0, quickcheck-instances 0.3.26.1

Modified:
  haskell-http-api-data/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-21 19:25:49 UTC (rev 1135609)
+++ PKGBUILD	2022-02-21 19:53:10 UTC (rev 1135610)
@@ -4,7 +4,7 @@
 _hkgname=http-api-data
 pkgname=haskell-http-api-data
 pkgver=0.4.3
-pkgrel=100
+pkgrel=101
 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 base -u base-compat -u hspec $_hkgname.cabal
+    uusi -u attoparsec -u base -u base-compat -u hashable -u hspec $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list