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

Felix Yan felixonmars at archlinux.org
Sun May 7 16:02:29 UTC 2017


    Date: Sunday, May 7, 2017 @ 16:02:29
  Author: felixonmars
Revision: 227269

upgpkg: haskell-http-api-data 0.3.7-1

rebuild with http-api-data,0.3.7

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

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-07 16:01:55 UTC (rev 227268)
+++ PKGBUILD	2017-05-07 16:02:29 UTC (rev 227269)
@@ -4,17 +4,17 @@
 
 _hkgname=http-api-data
 pkgname=haskell-http-api-data
-pkgver=0.3.6
-pkgrel=3
+pkgver=0.3.7
+pkgrel=1
 pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query parameters."
 url="http://github.com/fizruk/http-api-data"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-hashable" "haskell-http-types" "haskell-text"
-         "haskell-time-locale-compat" "haskell-unordered-containers" "haskell-uri-bytestring"
-         "haskell-uuid-types")
+depends=('ghc=8.0.1' 'haskell-attoparsec' 'haskell-attoparsec-iso8601' 'haskell-hashable'
+         'haskell-http-types' 'haskell-text' 'haskell-time-locale-compat'
+         'haskell-unordered-containers' 'haskell-uri-bytestring' 'haskell-uuid-types')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('00d5cbef91599dfaa2bed5861130168872c2f4a0145ccf895bfbe3d7dc07afd4bdad30e473677a099a229a7d77af4edbedb8a56cb042331c0f1e70998d45a393')
+sha512sums=('eb7578e787d44457f8dc8e728445f2a7964becc738eb7bc9da7af05de043f5cdac0df077d07872ae22df02da8aea55a7a2d8e101ea457a7602b8d409b5d81eea')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list