summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-cgi/haskell-cgi.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-cgi/haskell-cgi.SlackBuild')
-rw-r--r--haskell/haskell-cgi/haskell-cgi.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/haskell/haskell-cgi/haskell-cgi.SlackBuild b/haskell/haskell-cgi/haskell-cgi.SlackBuild
index 3b26c034d9..35e2201835 100644
--- a/haskell/haskell-cgi/haskell-cgi.SlackBuild
+++ b/haskell/haskell-cgi/haskell-cgi.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-cgi
-VERSION=${VERSION:-3001.3.0.2}
+VERSION=${VERSION:-3001.5.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -84,9 +84,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-# Remove upper version constraints on exceptions and time
-patch -p0 < $CWD/cgi.cabal.patch
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
runghc Setup configure \