1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Index: b/cgi.cabal
===================================================================
--- a/cgi.cabal
+++ b/cgi.cabal
@@ -1,5 +1,6 @@
name: cgi
version: 3001.5.0.1
+x-revision: 2
synopsis: A library for writing CGI programs
description: This is a Haskell library for writing CGI programs.
license: BSD3
@@ -34,10 +35,10 @@ library
other-modules: Network.CGI.Accept
hs-source-dirs: src
build-depends: base >= 4.9 && < 5
- , bytestring < 0.12
+ , bytestring < 0.13
, containers < 0.7
, exceptions == 0.10.*
- , mtl > 2.2.0.1 && < 2.3
+ , mtl > 2.2.0.1 && < 2.4
, multipart >= 0.1.2 && < 0.3
, network-uri == 2.6.*
, parsec >= 2.0 && < 3.2
|