libraries/haskell-zip-archive: Miscellaneous cleanup.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Mikko Värri 2011-01-09 12:30:53 -05:00 committed by Robby Workman
parent 2c683bcb6b
commit 2644019e23
3 changed files with 8 additions and 7 deletions

View file

@ -1,8 +1,8 @@
This is a library for Haskell programs. It provides functions for
creating, modifying, and extracting files from zip archives.
creating, modifying, and extracting files from zip archives.
This requires ghc, haskell-binary, haskell-mtl, haskell-digest,
haskell-zlib, and haskell-utf8-string.
This requires ghc, haskell-binary, haskell-transformers, haskell-mtl,
haskell-digest, haskell-zlib, and haskell-utf8-string.
After uninstalling, run the following command to unregister the package
from the ghc package database: ghc-pkg recache

View file

@ -6,12 +6,13 @@
# Modified by Mikko Värri <vmj@linuxbox.fi>
# Public domain.
SRCNAM=zip-archive
PRGNAM=haskell-$SRCNAM
PRGNAM=haskell-zip-archive
VERSION=${VERSION:-0.1.1.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"