mirror of
https://github.com/haskell-servant/servant-ekg.git
synced 2024-11-22 19:19:43 +01:00
Merge branch 'master' into uverb+fragment-support
This commit is contained in:
commit
9a87263a1b
1 changed files with 3 additions and 3 deletions
|
@ -27,11 +27,11 @@ library
|
|||
build-depends:
|
||||
base >=4.9 && <4.16
|
||||
, ekg-core >=0.1.1.4 && <0.2
|
||||
, hashable >=1.2.7.0 && <1.4
|
||||
, http-types >=0.12.2 && <0.13
|
||||
, servant >=0.14 && <0.19
|
||||
, hashable >=1.2.7.0 && <1.4
|
||||
, servant >=0.14 && <0.20
|
||||
, text >=1.2.3.0 && <1.3
|
||||
, time >=1.6.0.1 && <1.10
|
||||
, time >=1.6.0.1 && <1.12
|
||||
, unordered-containers >=0.2.9.0 && <0.3
|
||||
, wai >=3.2.0 && <3.3
|
||||
|
||||
|
|
Loading…
Reference in a new issue