summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-cgi/network-uri.patch
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-cgi/network-uri.patch')
-rw-r--r--haskell/haskell-cgi/network-uri.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/haskell/haskell-cgi/network-uri.patch b/haskell/haskell-cgi/network-uri.patch
new file mode 100644
index 0000000000..d4f69d6675
--- /dev/null
+++ b/haskell/haskell-cgi/network-uri.patch
@@ -0,0 +1,12 @@
+--- cgi.cabal.orig 2015-02-22 23:54:01.565996578 +0200
++++ cgi.cabal 2015-02-22 23:54:35.682996339 +0200
+@@ -35,7 +35,8 @@
+ ghc-options: -Wall
+
+ Build-depends:
+- network >= 2.0,
++ network >= 2.6,
++ network-uri >= 2.6,
+ parsec >= 2.0,
+ mtl >= 1.0,
+ MonadCatchIO-mtl,