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

Felix Yan felixonmars at archlinux.org
Fri Mar 26 20:35:17 UTC 2021


    Date: Friday, March 26, 2021 @ 20:35:16
  Author: felixonmars
Revision: 904729

upgpkg: haskell-http-api-data 0.4.3-34: rebuild with attoparsec 0.14.1

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-26 20:28:12 UTC (rev 904728)
+++ PKGBUILD	2021-03-26 20:35:16 UTC (rev 904729)
@@ -4,7 +4,7 @@
 _hkgname=http-api-data
 pkgname=haskell-http-api-data
 pkgver=0.4.3
-pkgrel=33
+pkgrel=34
 pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query parameters."
 url="https://github.com/fizruk/http-api-data"
 license=("BSD")
@@ -12,11 +12,16 @@
 depends=('ghc-libs' 'haskell-attoparsec' 'haskell-attoparsec-iso8601' 'haskell-base-compat'
          'haskell-cookie' 'haskell-hashable' 'haskell-http-types' 'haskell-tagged'
          'haskell-time-compat' 'haskell-unordered-containers' 'haskell-uuid-types')
-makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 'haskell-quickcheck'
+makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-hunit' 'haskell-quickcheck'
              'haskell-quickcheck-instances')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('625367d8f524eff07c69620df17c87a4365c01b9bc8bdd6bab5b8abe1b47cc429a050d63f48e50cb08fcac55aef95dfea532a5d52c87b6fa2d3e58b06aa8f4b0')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u attoparsec $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list