diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-27 12:27:58 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:11 +0700 |
commit | c36f26b0ab33c3192d44b628a458a8f50be0d1a6 (patch) | |
tree | e534ff46d86e6105867e6a697f13c5a73b86a03c /haskell/haskell-cgi/cgi.cabal.patch | |
parent | 9cf9e0fcbfa334b52faf38df708624258cae4a8e (diff) |
haskell/haskell-cgi: Updated for version 3001.3.0.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-cgi/cgi.cabal.patch')
-rw-r--r-- | haskell/haskell-cgi/cgi.cabal.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/haskell/haskell-cgi/cgi.cabal.patch b/haskell/haskell-cgi/cgi.cabal.patch new file mode 100644 index 000000000000..25d991d60660 --- /dev/null +++ b/haskell/haskell-cgi/cgi.cabal.patch @@ -0,0 +1,16 @@ +--- 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) |