summaryrefslogtreecommitdiff
path: root/extra/haskell-http
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-02 03:22:51 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-02 03:22:51 +0000
commit20baa30c3c0e442a770f2906d12784ab7ef719ec (patch)
tree556ba62fdd6b003ab007c814825e00ed1d3f9e44 /extra/haskell-http
parente326bc7715fc98496e1c1c7bf8335d93b83f1ffa (diff)
Sun Mar 2 03:20:04 UTC 2014
Diffstat (limited to 'extra/haskell-http')
-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}