Skip to content

Commit efaee62

Browse files
committed
Raise upper bound for zlib, network
1 parent 58a226c commit efaee62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitit.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Library
148148
time,
149149
recaptcha >= 0.1,
150150
filestore >= 0.6.5 && < 0.7,
151-
zlib >= 0.5 && < 0.7,
151+
zlib >= 0.5 && < 0.8,
152152
url >= 2.1,
153153
happstack-server >= 7.5 && < 7.10,
154154
base64-bytestring >= 0.1,
@@ -169,7 +169,7 @@ Library
169169
aeson >= 0.7 && < 2.3,
170170
uuid >= 1.3 && < 1.4,
171171
network-uri >= 2.6,
172-
network >= 2.6 && < 3.2,
172+
network >= 2.6 && < 3.3,
173173
network-bsd >= 2.8.1 && < 2.9,
174174
doctemplates >= 0.7.1
175175
if flag(plugins)

0 commit comments

Comments
 (0)