Major bound for servant-server's dependency on servant (#1574)
Reflecting a revision made on hackage for servant-server 0.19.1
This commit is contained in:
parent
658585a7cd
commit
c19ed0fb92
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ library
|
||||||
-- Servant dependencies
|
-- Servant dependencies
|
||||||
-- strict dependency as we re-export 'servant' things.
|
-- strict dependency as we re-export 'servant' things.
|
||||||
build-depends:
|
build-depends:
|
||||||
servant >= 0.19
|
servant >= 0.19 && < 0.20
|
||||||
, http-api-data >= 0.4.1 && < 0.4.4
|
, http-api-data >= 0.4.1 && < 0.4.4
|
||||||
|
|
||||||
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
|
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
|
||||||
|
|
Loading…
Reference in a new issue