libraries/haskell-HTTP: Updated for version 4000.1.1.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Mikko Värri 2011-01-09 12:14:41 -05:00 committed by Robby Workman
parent 284dd63eac
commit beb607dd6c
4 changed files with 7 additions and 9 deletions

View file

@ -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

View file

@ -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)

View file

@ -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"

View file

@ -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