From 81b9443c8c5aa7673450956434463c145ea88784 Mon Sep 17 00:00:00 2001 From: Arian van Putten Date: Wed, 1 Jun 2022 18:21:49 +0200 Subject: [PATCH] loosen version bounds more --- servant-ekg.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/servant-ekg.cabal b/servant-ekg.cabal index 5226cfc..2d8620c 100644 --- a/servant-ekg.cabal +++ b/servant-ekg.cabal @@ -25,12 +25,12 @@ library other-modules: Servant.Ekg.Internal hs-source-dirs: lib build-depends: - base >=4.9 && <4.15 + base >=4.9 && <4.17 , ekg-core >=0.1.1.4 && <0.2 , http-types >=0.12.2 && <0.13 , hashable >=1.2.7.0 && <1.4 , servant >=0.14 && <0.20 - , text >=1.2.3.0 && <1.3 + , text >=1.2.3.0 && <2.1 , time >=1.6.0.1 && <1.12 , unordered-containers >=0.2.9.0 && <0.3 , wai >=3.2.0 && <3.3