Date: Wednesday, October 7, 2015 @ 03:05:10 Author: foutrelis Revision: 143135
GHC 7.10.2 rebuild Modified: haskell-network/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-07 01:05:06 UTC (rev 143134) +++ PKGBUILD 2015-10-07 01:05:10 UTC (rev 143135) @@ -3,13 +3,13 @@ _hkgname=network pkgname=haskell-network pkgver=2.6.2.1 -pkgrel=2 +pkgrel=3 pkgdesc="Low-level networking interface" 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=('c58ab6f46a20a755970bec73f7bd4612')
