summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-cgi/cgi.cabal.patch
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-cgi/cgi.cabal.patch')
-rw-r--r--haskell/haskell-cgi/cgi.cabal.patch16
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 0000000000..25d991d606
--- /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)