summaryrefslogtreecommitdiff
path: root/testing/haskell-network/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/haskell-network/PKGBUILD')
-rw-r--r--testing/haskell-network/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/haskell-network/PKGBUILD b/testing/haskell-network/PKGBUILD
index f3a3cc022..7f5d13fc1 100644
--- a/testing/haskell-network/PKGBUILD
+++ b/testing/haskell-network/PKGBUILD
@@ -5,16 +5,16 @@
_hkgname=network
pkgname=haskell-network
-pkgver=2.3.0.14
+pkgver=2.3.1.0
pkgrel=1
pkgdesc="Networking-related facilities"
url="http://hackage.haskell.org/package/network"
license=('custom:BSD3')
arch=('i686' 'x86_64')
-depends=('ghc=7.4.2-1' 'sh' 'haskell-parsec=3.1.2-2')
+depends=('ghc=7.6.1-1' 'sh' 'haskell-parsec=3.1.3-1')
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
install=${pkgname}.install
-md5sums=('1e45cc731647acff8b9c33bda085bf2a')
+md5sums=('d824db8fc068cab60fa178ab330a57a2')
build() {
cd ${srcdir}/${_hkgname}-${pkgver}