From bb8b03c90a8dc2096293fac1544fcf4fccfb47da Mon Sep 17 00:00:00 2001 From: Siva Mahadevan Date: Wed, 24 Jun 2020 16:06:38 -0400 Subject: Bump upper bounds on dependencies Also removes the dependency on semigroups since it has been added to base as of 4.9.0.0 and this package dependends on base >= 4.9.1.0. --- cabal-helper.cabal | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cabal-helper.cabal b/cabal-helper.cabal index b648237..c5c067c 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -97,19 +97,18 @@ common build-deps || < 2.5 && >= 2.0 || < 1.26 && >= 1.24.2.0 , cabal-plan < 0.8 && >= 0.5.0.0 - , clock < 0.8 && >= 0.7.2 + , clock < 0.9 && >= 0.7.2 , containers < 1 && >= 0.5.7.1 , bytestring < 0.11 && >= 0.10.8.1 , directory < 1.4 && >= 1.3.0.0 , filepath < 1.5 && >= 1.4.1.1 , mtl < 2.3 && >= 2.0 , process < 1.7 && >= 1.4.3.0 - , semigroups < 0.19 && >= 0.18 , semigroupoids < 5.4 && >= 5.2 , SHA < 1.7 && >= 1.6.4.4 , text < 1.3 && >= 1.0.0.0 , template-haskell < 2.17 && >= 2.11.1.0 - , temporary < 1.3 && >= 1.2.1 + , temporary < 1.4 && >= 1.2.1 , time < 1.10 && >= 1.6.0.1 , transformers < 0.6 && >= 0.5.2.0 , utf8-string < 1.1 && >= 1.0.1.1 -- cgit v1.2.3