Skip to content

Commit 264846a

Browse files
authored
Allow hspec-wai 0.11 (#1343)
Builds fine and all tests pass.
1 parent e364470 commit 264846a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servant-server/servant-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ test-suite spec
161161
aeson >= 1.4.1.0 && < 1.6
162162
, directory >= 1.3.0.0 && < 1.4
163163
, hspec >= 2.6.0 && < 2.8
164-
, hspec-wai >= 0.10.1 && < 0.11
164+
, hspec-wai >= 0.10.1 && < 0.12
165165
, QuickCheck >= 2.12.6.1 && < 2.14
166166
, should-not-typecheck >= 2.1.0 && < 2.2
167167
, temporary >= 1.3 && < 1.4

0 commit comments

Comments
 (0)