libraries/haskell-html: Miscellaneous cleanup.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Mikko Värri 2011-01-09 12:14:05 -05:00 committed by Robby Workman
parent 8f769b893e
commit 284dd63eac
3 changed files with 6 additions and 7 deletions

View file

@ -1,7 +1,5 @@
haskell-html (HTML combinator library)
This package contains a combinator library for constructing HTML
documents.
documents in Haskell.
This requires ghc.

View file

@ -5,12 +5,13 @@
# Written by Mikko Värri (vmj@linuxbox.fi)
# Public domain.
SRCNAM=html
PRGNAM=haskell-$SRCNAM
PRGNAM=haskell-html
VERSION=${VERSION:-1.0.1.2}
BUILD=${BUILD:-2}
BUILD=${BUILD:-3}
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"