Make servant-mock bounds match the other packages.
This is causing build failures for some.
This commit is contained in:
parent
4f4ca69672
commit
753ad402e1
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ library
|
||||||
base >=4.7 && <5,
|
base >=4.7 && <5,
|
||||||
bytestring >= 0.10 && <0.11,
|
bytestring >= 0.10 && <0.11,
|
||||||
http-types >= 0.8 && <0.10,
|
http-types >= 0.8 && <0.10,
|
||||||
servant >= 0.4,
|
servant == 0.7.*,
|
||||||
servant-server >= 0.4,
|
servant-server == 0.7.*,
|
||||||
transformers >= 0.3 && <0.5,
|
transformers >= 0.3 && <0.5,
|
||||||
QuickCheck >= 2.7 && <2.9,
|
QuickCheck >= 2.7 && <2.9,
|
||||||
wai >= 3.0 && <3.3
|
wai >= 3.0 && <3.3
|
||||||
|
|
Loading…
Reference in a new issue