mirror of
https://github.com/haskell-servant/servant-ekg.git
synced 2024-11-23 03:29:43 +01:00
Update servant-ekg.cabal
This commit is contained in:
parent
f124a9be9a
commit
2d44ca799a
1 changed files with 6 additions and 6 deletions
|
@ -26,14 +26,14 @@ library
|
|||
hs-source-dirs: lib
|
||||
build-depends:
|
||||
base >=4.9 && <5
|
||||
, ekg-core >=0.1.1.4 && <0.2
|
||||
, ekg-core >=0.1.1.4 && <1
|
||||
, http-types >=0.12.2 && <0.13
|
||||
, hashable >=1.2.7.0 && <1.4
|
||||
, servant >=0.14 && <0.18
|
||||
, text >=1.2.3.0 && <1.3
|
||||
, time >=1.6.0.1 && <1.9
|
||||
, servant >=0.14 && <0.19
|
||||
, text >=1.2.3.0 && <2
|
||||
, time >=1.6.0.1 && <2
|
||||
, unordered-containers >=0.2.9.0 && <0.3
|
||||
, wai >=3.2.0 && <3.3
|
||||
, wai >=3.2.0 && <4
|
||||
|
||||
default-language: Haskell2010
|
||||
|
||||
|
@ -78,4 +78,4 @@ benchmark bench
|
|||
, servant-server
|
||||
, text
|
||||
, wai
|
||||
, warp >=3.2.4 && <3.3
|
||||
, warp >=3.2.4 && <4
|
||||
|
|
Loading…
Reference in a new issue