libraries/haskell-network: Updated for version 2.3.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Mikko Värri 2011-01-09 12:18:01 -05:00 committed by Robby Workman
parent 0be35bf847
commit 2ee1aef32f
3 changed files with 6 additions and 8 deletions

View file

@ -1,5 +1,3 @@
haskell-network (Networking-related facilities for Haskell)
Provides high level and low level interfaces for network client and
server programming in Haskell. Also URI interface is included.

View file

@ -6,11 +6,11 @@
# Public domain.
PRGNAM=haskell-network
VERSION=${VERSION:-2.2.1.10}
VERSION=${VERSION:-2.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCNAM=network
SRCNAM="$( echo $PRGNAM | cut -d- -f2- )"
GHC_VERSION=$(ghc --numeric-version)

View file

@ -1,10 +1,10 @@
PRGNAM="haskell-network"
VERSION="2.2.1.10"
VERSION="2.3"
HOMEPAGE="http://hackage.haskell.org/package/network"
DOWNLOAD="http://hackage.haskell.org/packages/archive/network/2.2.1.10/network-2.2.1.10.tar.gz"
MD5SUM="6c8e05473f85e6131de99ffdb13d4d21"
DOWNLOAD="http://hackage.haskell.org/packages/archive/network/2.3/network-2.3.tar.gz"
MD5SUM="b43d48203617247f4b711375428df23e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
APPROVED="rworkman"
APPROVED="dsomero"