Skip to content

Commit dab2a50

Browse files
Merge pull request #237 from dmjio/master
Bumped package upper bounds
2 parents afae717 + b9aeb1a commit dab2a50

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ dist/
66
*.imports
77
*.tix
88
.hpc
9+
result
910
*.prof
11+
*.nix
1012
*.hi
1113
*.o
1214
*.swp

snap-core.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)