Date: Friday, December 26, 2014 @ 14:24:30 Author: fyan Revision: 124638
upgpkg: haskell-network 2.6.0.2-2 ghc 7.8.4 rebuild Modified: haskell-network/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-12-26 13:18:59 UTC (rev 124637) +++ PKGBUILD 2014-12-26 13:24:30 UTC (rev 124638) @@ -3,13 +3,13 @@ _hkgname=network pkgname=haskell-network pkgver=2.6.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="Low-level networking interface" url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') options=('staticlibs') -depends=('ghc=7.8.3-2' 'sh' 'haskell-parsec=3.1.7-1') +depends=('ghc=7.8.4-1' 'sh' 'haskell-parsec=3.1.7-2') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=${pkgname}.install md5sums=('c6e5e3fafedb45cd945b72e35cd3abe0')
