libraries/haskell-utf8-string: Miscellaneous cleanup.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Mikko Värri 2011-01-09 12:29:38 -05:00 committed by Robby Workman
parent e103aa5259
commit b7c63a136f
3 changed files with 5 additions and 6 deletions

View file

@ -1,5 +1,3 @@
haskell-utf8-string (Support for reading and writing UTF8 Strings)
A UTF8 layer for IO and Strings. The utf8-string package provides
operations for encoding UTF8 strings to Word8 lists and back, and
for reading and writing UTF8 without truncation.

View file

@ -5,12 +5,13 @@
# Written by Mikko Värri (vmj@linuxbox.fi)
# Public domain.
SRCNAM=utf8-string
PRGNAM=haskell-$SRCNAM
PRGNAM=haskell-utf8-string
VERSION=${VERSION:-0.3.6}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
SRCNAM="$( echo $PRGNAM | cut -d- -f2- )"
GHC_VERSION=$(ghc --numeric-version)
if [ -z "$ARCH" ]; then

View file

@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
APPROVED="Erik Hanson"
APPROVED="dsomero"