summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--haskell/haskell-cgi/cgi.cabal.patch16
-rw-r--r--haskell/haskell-cgi/haskell-cgi.SlackBuild5
-rw-r--r--haskell/haskell-cgi/haskell-cgi.info6
3 files changed, 4 insertions, 23 deletions
diff --git a/haskell/haskell-cgi/cgi.cabal.patch b/haskell/haskell-cgi/cgi.cabal.patch
deleted file mode 100644
index 25d991d606..0000000000
--- a/haskell/haskell-cgi/cgi.cabal.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- cgi.cabal.orig 2018-10-26 15:34:31.976186187 +0100
-+++ cgi.cabal 2018-10-26 15:37:42.631190528 +0100
-@@ -44,11 +44,11 @@
-
- Build-depends:
- parsec >= 2.0 && < 3.2,
-- exceptions < 0.9,
-+ exceptions,
- xhtml >= 3000.0.0 && < 3000.3,
- bytestring < 0.11,
- base >= 4.5 && < 5,
-- time >= 1.5 && < 1.7,
-+ time >= 1.5,
- containers < 0.6,
- multipart >= 0.1.2 && < 0.2
- If flag(network-uri)
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 \
diff --git a/haskell/haskell-cgi/haskell-cgi.info b/haskell/haskell-cgi/haskell-cgi.info
index 7c0ecfaa79..a628fbae48 100644
--- a/haskell/haskell-cgi/haskell-cgi.info
+++ b/haskell/haskell-cgi/haskell-cgi.info
@@ -1,8 +1,8 @@
PRGNAM="haskell-cgi"
-VERSION="3001.3.0.2"
+VERSION="3001.5.0.0"
HOMEPAGE="https://hackage.haskell.org/package/cgi"
-DOWNLOAD="https://hackage.haskell.org/packages/archive/cgi/3001.3.0.2/cgi-3001.3.0.2.tar.gz"
-MD5SUM="f8768b7aacecad88f910e4712cd337bf"
+DOWNLOAD="https://hackage.haskell.org/packages/archive/cgi/3001.5.0.0/cgi-3001.5.0.0.tar.gz"
+MD5SUM="9fe8f45efdcad9dcf2555ae5baf1323f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-exceptions haskell-multipart haskell-network haskell-network-uri"