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 hs-source-dirs: lib
build-depends: build-depends:
base >=4.9 && <5 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 , 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.18 , servant >=0.14 && <0.19
, text >=1.2.3.0 && <1.3 , text >=1.2.3.0 && <2
, time >=1.6.0.1 && <1.9 , time >=1.6.0.1 && <2
, unordered-containers >=0.2.9.0 && <0.3 , unordered-containers >=0.2.9.0 && <0.3
, wai >=3.2.0 && <3.3 , wai >=3.2.0 && <4
default-language: Haskell2010 default-language: Haskell2010
@ -78,4 +78,4 @@ benchmark bench
, servant-server , servant-server
, text , text
, wai , wai
, warp >=3.2.4 && <3.3 , warp >=3.2.4 && <4