From 2bf03e822a897c88c06da7e1be739cd36243cb4b Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Sun, 7 Jun 2020 09:58:56 +0200 Subject: [PATCH] Relax constraints for GHC 8.10 --- servant-quickcheck.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/servant-quickcheck.cabal b/servant-quickcheck.cabal index ed42aba..90b2349 100644 --- a/servant-quickcheck.cabal +++ b/servant-quickcheck.cabal @@ -35,20 +35,20 @@ library build-depends: aeson >=0.8 && <2 - , base >=4.9 && <4.14 + , base >=4.9 && <4.15 , base-compat-batteries >=0.10.1 && <0.12 , bytestring >=0.10 && <0.11 , case-insensitive >=1.2 && <1.3 , clock >=0.7 && <0.9 , data-default-class >=0.0 && <0.2 , hspec >=2.5.6 && <2.8 - , http-client >=0.4.30 && <0.7 + , http-client >=0.4.30 && <0.8 , http-media >=0.6 && <0.9 , http-types >=0.8 && <0.13 , mtl >=2.1 && <2.3 , pretty >=1.1 && <1.2 , process >=1.2 && <1.7 - , QuickCheck >=2.7 && <2.14 + , QuickCheck >=2.7 && <2.15 , servant >=0.17 && <0.18 , servant-client >=0.17 && <0.18 , servant-server >=0.17 && <0.18 @@ -56,7 +56,7 @@ library , string-conversions >=0.3 && <0.5 , temporary >=1.2 && <1.4 , text >=1 && <2 - , time >=1.5 && <1.10 + , time >=1.5 && <1.11 , warp >=3.2.4 && <3.4 if !impl(ghc >=8.0)