mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/haskell-utf8-string: Miscellaneous cleanup.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
e103aa5259
commit
b7c63a136f
3 changed files with 5 additions and 6 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
|
|||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Mikko Värri"
|
||||
EMAIL="vmj@linuxbox.fi"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue