Date: Saturday, September 3, 2016 @ 05:40:23 Author: felixonmars Revision: 188331
upgpkg: haskell-http-api-data 0.3-1 rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, yesod-auth-1.4.13.5, yesod-static-1.5.0.4 Modified: haskell-http-api-data/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-09-03 05:31:23 UTC (rev 188330) +++ PKGBUILD 2016-09-03 05:40:23 UTC (rev 188331) @@ -4,15 +4,16 @@ _hkgname=http-api-data pkgname=haskell-http-api-data -pkgver=0.2.4 +pkgver=0.3 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-text" "haskell-time-locale-compat") +depends=("ghc=8.0.1" "haskell-hashable" "haskell-text" "haskell-time-locale-compat" + "haskell-unordered-containers" "haskell-uri-bytestring") source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('6bb90863343b17b9ce6ee8cfce9a41db0b4287343aa6cf0654a3ad5c5c5e6635') +sha256sums=('380de358c67a8c894133e978e025171388e90333f2c5db10cd41f3224a35fd1f') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
