Update servant-ekg.cabal

This commit is contained in:
Timothy Bess 2020-09-10 01:22:19 -04:00 committed by GitHub
parent f124a9be9a
commit 2d44ca799a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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