mirror of
https://github.com/haskell-servant/servant-ekg.git
synced 2024-11-23 03:29:43 +01:00
bump servant
upper bound
compilation succeeds with `servant-0.19`
This commit is contained in:
parent
bda075f8f5
commit
8f859fccfe
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ library
|
||||||
, ekg-core >=0.1.1.4 && <0.2
|
, ekg-core >=0.1.1.4 && <0.2
|
||||||
, http-types >=0.12.2 && <0.13
|
, http-types >=0.12.2 && <0.13
|
||||||
, hashable >=1.2.7.0 && <1.4
|
, hashable >=1.2.7.0 && <1.4
|
||||||
, servant >=0.14 && <0.19
|
, servant >=0.14 && <0.20
|
||||||
, text >=1.2.3.0 && <1.3
|
, text >=1.2.3.0 && <1.3
|
||||||
, time >=1.6.0.1 && <1.12
|
, time >=1.6.0.1 && <1.12
|
||||||
, unordered-containers >=0.2.9.0 && <0.3
|
, unordered-containers >=0.2.9.0 && <0.3
|
||||||
|
|
Loading…
Reference in a new issue