We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6be275 commit 087af43Copy full SHA for 087af43
network.cabal
@@ -144,7 +144,7 @@ test-suite spec
144
-- both packages to a small enough version range.
145
build-tools: hspec-discover >= 2.6
146
build-depends:
147
- base >= 4.7 && < 5,
+ base >= 4.9 && < 5,
148
bytestring,
149
directory,
150
HUnit,
@@ -161,7 +161,7 @@ test-suite doctests
161
type: exitcode-stdio-1.0
162
163
164
165
doctest >= 0.10.1,
166
network
167
0 commit comments