summaryrefslogtreecommitdiff
path: root/development/ghc/ghc.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/ghc/ghc.SlackBuild')
-rw-r--r--development/ghc/ghc.SlackBuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/development/ghc/ghc.SlackBuild b/development/ghc/ghc.SlackBuild
index ccff30012f..5b7b3c12ab 100644
--- a/development/ghc/ghc.SlackBuild
+++ b/development/ghc/ghc.SlackBuild
@@ -2,20 +2,18 @@
# Slackware build script for ghc
-# Written by Mikko Varri (vmj@linuxbox.fi)
+# Written by Mikko Värri (vmj@linuxbox.fi)
# Public domain.
PRGNAM=ghc
-VERSION=${VERSION:-6.12.1}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-6.12.3}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi