diff options
-rw-r--r-- | libraries/haskell-xhtml/README | 4 | ||||
-rw-r--r-- | libraries/haskell-xhtml/haskell-xhtml.SlackBuild | 7 | ||||
-rw-r--r-- | libraries/haskell-xhtml/haskell-xhtml.info | 2 |
3 files changed, 6 insertions, 7 deletions
diff --git a/libraries/haskell-xhtml/README b/libraries/haskell-xhtml/README index d1f1881f48..c3719d151c 100644 --- a/libraries/haskell-xhtml/README +++ b/libraries/haskell-xhtml/README @@ -1,7 +1,5 @@ -haskell-xhtml (An XHTML combinator library for Haskell) - This package provides combinators for producing XHTML 1.0, including -the Strict, Transitional and Frameset variants. +the Strict, Transitional and Frameset variants, in Haskell. This requires ghc. diff --git a/libraries/haskell-xhtml/haskell-xhtml.SlackBuild b/libraries/haskell-xhtml/haskell-xhtml.SlackBuild index b16ed39cca..288b27183f 100644 --- a/libraries/haskell-xhtml/haskell-xhtml.SlackBuild +++ b/libraries/haskell-xhtml/haskell-xhtml.SlackBuild @@ -5,12 +5,13 @@ # Written by Mikko Värri (vmj@linuxbox.fi) # Public domain. -SRCNAM=xhtml -PRGNAM=haskell-$SRCNAM +PRGNAM=haskell-xhtml VERSION=${VERSION:-3000.2.0.1} -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-xhtml/haskell-xhtml.info b/libraries/haskell-xhtml/haskell-xhtml.info index 71b636e5d1..10f86c2f6f 100644 --- a/libraries/haskell-xhtml/haskell-xhtml.info +++ b/libraries/haskell-xhtml/haskell-xhtml.info @@ -7,4 +7,4 @@ DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Mikko Värri" EMAIL="vmj@linuxbox.fi" -APPROVED="Erik Hanson" +APPROVED="dsomero" |