Date: Thursday, April 13, 2017 @ 18:46:46 Author: felixonmars Revision: 222904
upgpkg: haskell-http-api-data 0.3.6-1 rebuild with http-api-data,0.3.6 Modified: haskell-http-api-data/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-13 18:42:52 UTC (rev 222903) +++ PKGBUILD 2017-04-13 18:46:46 UTC (rev 222904) @@ -4,16 +4,17 @@ _hkgname=http-api-data pkgname=haskell-http-api-data -pkgver=0.3.5 -pkgrel=9 +pkgver=0.3.6 +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-text" "haskell-time-locale-compat" - "haskell-unordered-containers" "haskell-uri-bytestring" "haskell-uuid-types") +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") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('3711ac5f97afe8e89d1f8959138de8f2b3afd8ec30f9c6f3eebbfb2caa2fbc45') +sha512sums=('00d5cbef91599dfaa2bed5861130168872c2f4a0145ccf895bfbe3d7dc07afd4bdad30e473677a099a229a7d77af4edbedb8a56cb042331c0f1e70998d45a393') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
