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, 0 insertions, 12 deletions
diff --git a/haskell/haskell-cgi/network-uri.patch b/haskell/haskell-cgi/network-uri.patch
deleted file mode 100644
index d4f69d6675..0000000000
--- a/haskell/haskell-cgi/network-uri.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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,