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 | |
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')
-rw-r--r-- | haskell/haskell-cgi/cgi.cabal.patch | 16 | ||||
-rw-r--r-- | haskell/haskell-cgi/haskell-cgi.SlackBuild | 5 | ||||
-rw-r--r-- | haskell/haskell-cgi/haskell-cgi.info | 6 |
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 25d991d60660..000000000000 --- 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 3b26c034d9f9..35e2201835b4 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 7c0ecfaa794a..a628fbae48f6 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" |