diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-01-07 13:52:55 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-01-17 18:13:48 +1300 |
commit | 142039bc30c9bebcb4ed23fa3973059873fd6365 (patch) | |
tree | 96d186ad287a6f763f38a146314d25725955f476 /haskell/haskell-cgi/haskell-cgi.SlackBuild | |
parent | 2bd4e730d9d52f4c7d419cb635c3c74c810152e5 (diff) |
haskell/haskell-cgi: Updated for version 3001.5.0.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'haskell/haskell-cgi/haskell-cgi.SlackBuild')
-rw-r--r-- | haskell/haskell-cgi/haskell-cgi.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/haskell/haskell-cgi/haskell-cgi.SlackBuild b/haskell/haskell-cgi/haskell-cgi.SlackBuild index 3b26c034d9f99..35e2201835b4a 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 \ |