Date: Wednesday, January 20, 2016 @ 03:52:41 Author: fyan Revision: 157766
upgpkg: haskell-network 2.6.2.1-5 fix dependency Modified: haskell-network/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-01-20 02:51:23 UTC (rev 157765) +++ PKGBUILD 2016-01-20 02:52:41 UTC (rev 157766) @@ -3,13 +3,13 @@ _hkgname=network pkgname=haskell-network pkgver=2.6.2.1 -pkgrel=4 +pkgrel=5 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.3' 'sh' 'haskell-parsec') +depends=('ghc=7.10.3' 'sh') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=${pkgname}.install md5sums=('c58ab6f46a20a755970bec73f7bd4612')
