Browse Source

haskell/haskell-cgi: Updated for version 3001.5.0.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
pull/159/head
Andrew Clemons 4 years ago
parent
commit
142039bc30
No known key found for this signature in database GPG Key ID: CD26380FFACBDA2B
  1. 16
      haskell/haskell-cgi/cgi.cabal.patch
  2. 5
      haskell/haskell-cgi/haskell-cgi.SlackBuild
  3. 6
      haskell/haskell-cgi/haskell-cgi.info

16
haskell/haskell-cgi/cgi.cabal.patch

@ -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)

5
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 \

6
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"

Loading…
Cancel
Save