Date: Sunday, January 17, 2016 @ 13:10:57 Author: fyan Revision: 157103
upgpkg: haskell-http 4000.3.2-1 Modified: haskell-http/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-01-17 12:07:14 UTC (rev 157102) +++ PKGBUILD 2016-01-17 12:10:57 UTC (rev 157103) @@ -2,7 +2,7 @@ _hkgname=HTTP pkgname=haskell-http -pkgver=4000.3.1 +pkgver=4000.3.2 pkgrel=1 pkgdesc="A library for client-side HTTP" url="http://hackage.haskell.org/package/${_hkgname}" @@ -12,7 +12,7 @@ depends=('ghc=7.10.3' 'sh' 'haskell-network' 'haskell-parsec' 'haskell-mtl' 'haskell-network-uri') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=${pkgname}.install -md5sums=('49911f8bd8eee156cf8aa063a4020caf') +md5sums=('7eeac8ffd5cb2607f47bbcaf1ef8b589') build() { cd ${_hkgname}-${pkgver}
