haskell/haskell-text: Updated for version 0.11.2.2.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Mikko Värri 2012-06-27 16:10:26 -04:00 committed by dsomero
parent 764106c2d2
commit 9d0aa4019c
3 changed files with 7 additions and 6 deletions

View file

@ -1,7 +1,7 @@
An efficient packed, immutable Unicode text type for Haskell
programs.
This requires ghc and haskell-deepseq.
This requires ghc.
After uninstalling, run this command to unregister the package from
the ghc package database: ghc-pkg recache

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-text
VERSION=${VERSION:-0.11.1.12}
VERSION=${VERSION:-0.11.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -80,6 +80,7 @@ runghc Setup configure \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--libsubdir=ghc-${GHC_VERSION}/$SRCNAM-$VERSION \
--enable-shared \
--enable-library-profiling \
--docdir=/usr/doc/$PRGNAM-$VERSION
runghc Setup build

View file

@ -1,10 +1,10 @@
PRGNAM="haskell-text"
VERSION="0.11.1.12"
VERSION="0.11.2.2"
HOMEPAGE="http://hackage.haskell.org/package/text"
DOWNLOAD="http://hackage.haskell.org/packages/archive/text/0.11.1.12/text-0.11.1.12.tar.gz"
MD5SUM="26aa8e1030cdf04488683bcfb4fa87e5"
DOWNLOAD="http://hackage.haskell.org/packages/archive/text/0.11.2.2/text-0.11.2.2.tar.gz"
MD5SUM="a0609d6e1b2674aff49e276d46d8111a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
APPROVED="rworkman,Niels Horn"
APPROVED="dsomero"