mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/haskell-zip-archive: Miscellaneous cleanup.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
2c683bcb6b
commit
2644019e23
3 changed files with 8 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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