summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-cgi/network-uri.patch
blob: d4f69d6675439e271000718d474ebfae69fbcd63 (plain)
--- 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,