Skip to content

Commit 753ad40

Browse files
committed
Make servant-mock bounds match the other packages.
This is causing build failures for some.
1 parent 4f4ca69 commit 753ad40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

servant-mock/servant-mock.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ library
2727
base >=4.7 && <5,
2828
bytestring >= 0.10 && <0.11,
2929
http-types >= 0.8 && <0.10,
30-
servant >= 0.4,
31-
servant-server >= 0.4,
30+
servant == 0.7.*,
31+
servant-server == 0.7.*,
3232
transformers >= 0.3 && <0.5,
3333
QuickCheck >= 2.7 && <2.9,
3434
wai >= 3.0 && <3.3

0 commit comments

Comments
 (0)