diff options
Diffstat (limited to 'libraries/haskell-packedstring/haskell-packedstring.SlackBuild')
-rw-r--r-- | libraries/haskell-packedstring/haskell-packedstring.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libraries/haskell-packedstring/haskell-packedstring.SlackBuild b/libraries/haskell-packedstring/haskell-packedstring.SlackBuild index a1714565c0..297296b02b 100644 --- a/libraries/haskell-packedstring/haskell-packedstring.SlackBuild +++ b/libraries/haskell-packedstring/haskell-packedstring.SlackBuild @@ -5,12 +5,13 @@ # Written by Mikko Värri (vmj@linuxbox.fi) # Public domain. -SRCNAM=packedstring -PRGNAM=haskell-$SRCNAM +PRGNAM=haskell-packedstring VERSION=${VERSION:-0.1.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 |