@@ -120,7 +120,7 @@ Library
120120
121121
122122 build-depends :
123- attoparsec >= 0.12 && < 0.13 ,
123+ attoparsec >= 0.12 && < 0.14 ,
124124 base >= 4 && < 5 ,
125125 bytestring >= 0.9 && < 0.11 ,
126126 bytestring-builder >= 0.10.4 && < 0.11 ,
@@ -136,7 +136,7 @@ Library
136136 monad-control >= 1.0 && < 1.1 ,
137137 mtl >= 2.0 && < 2.3 ,
138138 random >= 1 && < 2 ,
139- readable >= 0.1 && < 0.3 ,
139+ readable >= 0.1 && < 0.4 ,
140140 regex-posix >= 0.95 && < 1 ,
141141 text >= 0.11 && < 1.3 ,
142142 time >= 1.0 && < 1.6 ,
@@ -218,7 +218,7 @@ Test-suite testsuite
218218 Snap.Util.Proxy.Tests
219219
220220 build-depends :
221- attoparsec >= 0.12 && < 0.13 ,
221+ attoparsec >= 0.12 && < 0.14 ,
222222 base >= 4 && < 5 ,
223223 bytestring >= 0.9 && < 0.11 ,
224224 bytestring-builder >= 0.10.4 && < 0.11 ,
@@ -235,7 +235,7 @@ Test-suite testsuite
235235 monad-control >= 1.0 && < 1.1 ,
236236 mtl >= 2.0 && < 2.3 ,
237237 random >= 1 && < 2 ,
238- readable >= 0.1 && < 0.3 ,
238+ readable >= 0.1 && < 0.4 ,
239239 regex-posix >= 0.95 && < 1 ,
240240 text >= 0.11 && < 1.3 ,
241241 time >= 1.0 && < 1.6 ,
@@ -251,7 +251,7 @@ Test-suite testsuite
251251 test-framework >= 0.8.0.3 && < 0.9 ,
252252 test-framework-hunit >= 0.2.7 && < 0.4 ,
253253 test-framework-quickcheck2 >= 0.2.12.1 && < 0.4 ,
254- zlib >= 0.5 && < 0.6
254+ zlib >= 0.5 && < 0.7
255255
256256 ghc-options : -O0 -Wall -fhpc -fwarn-tabs -funbox-strict-fields -threaded
257257 -fno-warn-unused-do-bind
0 commit comments