mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/haskell-HTTP: Updated for version 4000.1.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
284dd63eac
commit
beb607dd6c
4 changed files with 7 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue