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, 0 insertions, 16 deletions
diff --git a/haskell/haskell-cgi/cgi.cabal.patch b/haskell/haskell-cgi/cgi.cabal.patch
deleted file mode 100644
index 25d991d606..0000000000
--- a/haskell/haskell-cgi/cgi.cabal.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- 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)