Skip to content

Commit 087af43

Browse files
committed
base >= 4.9.
1 parent f6be275 commit 087af43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

network.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ test-suite spec
144144
-- both packages to a small enough version range.
145145
build-tools: hspec-discover >= 2.6
146146
build-depends:
147-
base >= 4.7 && < 5,
147+
base >= 4.9 && < 5,
148148
bytestring,
149149
directory,
150150
HUnit,
@@ -161,7 +161,7 @@ test-suite doctests
161161
type: exitcode-stdio-1.0
162162

163163
build-depends:
164-
base >= 4.7 && < 5,
164+
base >= 4.9 && < 5,
165165
doctest >= 0.10.1,
166166
network
167167

0 commit comments

Comments
 (0)