Date: Wednesday, October 7, 2015 @ 03:17:20 Author: allan Revision: 143154
GHC 7.10.2 rebuild Modified: haskell-http/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-07 01:16:09 UTC (rev 143153) +++ PKGBUILD 2015-10-07 01:17:20 UTC (rev 143154) @@ -3,13 +3,13 @@ _hkgname=HTTP pkgname=haskell-http pkgver=4000.2.20 -pkgrel=2 +pkgrel=3 pkgdesc="A library for client-side HTTP" url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') options=('staticlibs') -depends=('ghc=7.10.1' 'sh' 'haskell-network=2.6.2.1' 'haskell-parsec=3.1.9' 'haskell-mtl=2.2.1' 'haskell-network-uri' 'haskell-old-time') +depends=('ghc=7.10.2' 'sh' 'haskell-network=2.6.2.1' 'haskell-parsec=3.1.9' 'haskell-mtl=2.2.1' 'haskell-network-uri' 'haskell-old-time') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=${pkgname}.install md5sums=('e2d682a564203d90c3fa040dd885afd1')
