summaryrefslogtreecommitdiff
path: root/extra/haskell-http/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/haskell-http/PKGBUILD')
-rw-r--r--extra/haskell-http/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/haskell-http/PKGBUILD b/extra/haskell-http/PKGBUILD
index 21c7e46ae..6e3fa134e 100644
--- a/extra/haskell-http/PKGBUILD
+++ b/extra/haskell-http/PKGBUILD
@@ -2,7 +2,7 @@
_hkgname=HTTP
pkgname=haskell-http
-pkgver=4000.2.8
+pkgver=4000.2.11
pkgrel=1
pkgdesc="A library for client-side HTTP"
url="http://hackage.haskell.org/package/${_hkgname}"
@@ -12,7 +12,7 @@ depends=('ghc=7.6.3-1' 'sh' 'haskell-network=2.4.1.2-1' 'haskell-parsec=3.1.3-3'
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
install=${pkgname}.install
options=('staticlibs')
-md5sums=('94be05278da4e9324aaef6e012e751e2')
+md5sums=('a293c8a1b6caebda06cf655f42d473d0')
build() {
cd ${_hkgname}-${pkgver}