diff options
Diffstat (limited to 'www/hs-cgi/files/patch-cgi.cabal')
-rw-r--r-- | www/hs-cgi/files/patch-cgi.cabal | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/hs-cgi/files/patch-cgi.cabal b/www/hs-cgi/files/patch-cgi.cabal new file mode 100644 index 000000000000..77c886321dbf --- /dev/null +++ b/www/hs-cgi/files/patch-cgi.cabal @@ -0,0 +1,16 @@ +--- cgi.cabal.orig 2018-04-22 18:05:14 UTC ++++ cgi.cabal +@@ -44,11 +44,11 @@ Library + + Build-depends: + parsec >= 2.0 && < 3.2, +- exceptions < 0.9, ++ exceptions < 0.11, + xhtml >= 3000.0.0 && < 3000.3, + bytestring < 0.11, + base >= 4.5 && < 5, +- time >= 1.5 && < 1.7, ++ time >= 1.5 && < 1.9, + containers < 0.6, + multipart >= 0.1.2 && < 0.2 + If flag(network-uri) |