blob: 25d991d60660c89768b711c0b929a004fc2fed77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- 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)
|