diff options
Diffstat (limited to 'community/haskell-network')
-rw-r--r-- | community/haskell-network/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/haskell-network/PKGBUILD b/community/haskell-network/PKGBUILD index 76cd99463..75b1fb074 100644 --- a/community/haskell-network/PKGBUILD +++ b/community/haskell-network/PKGBUILD @@ -3,13 +3,13 @@ _hkgname=network pkgname=haskell-network pkgver=2.5.0.0 -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.2-2' 'sh' 'haskell-parsec=3.1.5-2') +depends=('ghc=7.8.3-1' 'sh' 'haskell-parsec=3.1.5-3') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=${pkgname}.install md5sums=('ce4a584d3c04905b88275a156273dac6') |