diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2011-01-09 12:14:05 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-01-10 15:04:41 -0600 |
commit | 284dd63eace23811c6b84ae4d5a27b1e7bbd4b0a (patch) | |
tree | 44edd44411c90e5d44447d3ecbbb6a94c85532d9 | |
parent | 8f769b893e2cab5744cd190c0bc8e347899c285f (diff) | |
download | slackbuilds-284dd63eace23811c6b84ae4d5a27b1e7bbd4b0a.tar.gz |
libraries/haskell-html: Miscellaneous cleanup.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r-- | libraries/haskell-html/README | 4 | ||||
-rw-r--r-- | libraries/haskell-html/haskell-html.SlackBuild | 7 | ||||
-rw-r--r-- | libraries/haskell-html/haskell-html.info | 2 |
3 files changed, 6 insertions, 7 deletions
diff --git a/libraries/haskell-html/README b/libraries/haskell-html/README index d01eda2b27..05e7b5f4e4 100644 --- a/libraries/haskell-html/README +++ b/libraries/haskell-html/README @@ -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. diff --git a/libraries/haskell-html/haskell-html.SlackBuild b/libraries/haskell-html/haskell-html.SlackBuild index 7a9176bba6..5cfef04593 100644 --- a/libraries/haskell-html/haskell-html.SlackBuild +++ b/libraries/haskell-html/haskell-html.SlackBuild @@ -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 diff --git a/libraries/haskell-html/haskell-html.info b/libraries/haskell-html/haskell-html.info index efe3a15773..b7f31a31be 100644 --- a/libraries/haskell-html/haskell-html.info +++ b/libraries/haskell-html/haskell-html.info @@ -7,4 +7,4 @@ DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Mikko Värri" EMAIL="vmj@linuxbox.fi" -APPROVED="Erik Hanson" +APPROVED="dsomero" |