summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Mikko Värri2011-01-09 18:14:41 +0100
committer Robby Workman2011-01-10 22:04:41 +0100
commitbeb607dd6c740eae44194e63f1c122a42532ca19 (patch)
treee0cc3cc414e64266abb57ce6ce83290bf15942b6
parent284dd63eace23811c6b84ae4d5a27b1e7bbd4b0a (diff)
downloadslackbuilds-beb607dd6c740eae44194e63f1c122a42532ca19.tar.gz
libraries/haskell-HTTP: Updated for version 4000.1.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r--libraries/haskell-HTTP/README2
-rw-r--r--libraries/haskell-HTTP/haskell-HTTP.SlackBuild4
-rw-r--r--libraries/haskell-HTTP/haskell-HTTP.info8
-rw-r--r--libraries/haskell-HTTP/slack-desc2
4 files changed, 7 insertions, 9 deletions
diff --git a/libraries/haskell-HTTP/README b/libraries/haskell-HTTP/README
index 2f5a14bdae..1713ad6e0d 100644
--- a/libraries/haskell-HTTP/README
+++ b/libraries/haskell-HTTP/README
@@ -1,5 +1,3 @@
-haskell-HTTP (A Haskell library for client-side HTTP)
-
The HTTP package supports client-side web programming in Haskell.
It lets you set up HTTP connections, transmitting requests and
processing the responses coming back, all from within the comforts
diff --git a/libraries/haskell-HTTP/haskell-HTTP.SlackBuild b/libraries/haskell-HTTP/haskell-HTTP.SlackBuild
index e33f5291b8..d619c338e8 100644
--- a/libraries/haskell-HTTP/haskell-HTTP.SlackBuild
+++ b/libraries/haskell-HTTP/haskell-HTTP.SlackBuild
@@ -6,11 +6,11 @@
# Public domain.
PRGNAM=haskell-HTTP
-VERSION=${VERSION:-4000.0.10}
+VERSION=${VERSION:-4000.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-SRCNAM=HTTP
+SRCNAM="$( echo $PRGNAM | cut -d- -f2- )"
GHC_VERSION=$(ghc --numeric-version)
diff --git a/libraries/haskell-HTTP/haskell-HTTP.info b/libraries/haskell-HTTP/haskell-HTTP.info
index 44bed4ac03..49bfea2ffe 100644
--- a/libraries/haskell-HTTP/haskell-HTTP.info
+++ b/libraries/haskell-HTTP/haskell-HTTP.info
@@ -1,10 +1,10 @@
PRGNAM="haskell-HTTP"
-VERSION="4000.0.10"
+VERSION="4000.1.1"
HOMEPAGE="http://hackage.haskell.org/package/HTTP"
-DOWNLOAD="http://hackage.haskell.org/packages/archive/HTTP/4000.0.10/HTTP-4000.0.10.tar.gz"
-MD5SUM="33ba264281add3535926193852b54f74"
+DOWNLOAD="http://hackage.haskell.org/packages/archive/HTTP/4000.1.1/HTTP-4000.1.1.tar.gz"
+MD5SUM="ddf23d46c4d6dc0048c454e3d01caa57"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
-APPROVED="rworkman"
+APPROVED="dsomero"
diff --git a/libraries/haskell-HTTP/slack-desc b/libraries/haskell-HTTP/slack-desc
index d04bbf37b5..b3970a5c95 100644
--- a/libraries/haskell-HTTP/slack-desc
+++ b/libraries/haskell-HTTP/slack-desc
@@ -7,7 +7,7 @@
|-----handy-ruler------------------------------------------------------|
haskell-HTTP: haskell-HTTP (A Haskell library for client-side HTTP)
-haskell-HTTP:
+haskell-HTTP:
haskell-HTTP: The HTTP package supports client-side web programming in Haskell.
haskell-HTTP: It lets you set up HTTP connections, transmitting requests and
haskell-HTTP: processing the responses coming back, all from within the comforts