Date: Wednesday, October 7, 2015 @ 03:07:42 Author: foutrelis Revision: 143140
GHC 7.10.2 rebuild Modified: haskell-network-uri/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-07 01:06:37 UTC (rev 143139) +++ PKGBUILD 2015-10-07 01:07:42 UTC (rev 143140) @@ -3,13 +3,13 @@ _hkgname=network-uri pkgname=haskell-network-uri pkgver=2.6.0.3 -pkgrel=0 +pkgrel=1 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-parsec') +depends=('ghc=7.10.2' 'sh' 'haskell-parsec') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=${pkgname}.install md5sums=('1370aa94bb60da253616e23c4a849277')
