diff options
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r-- | cabal-helper.cabal | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal index 9cc7215..9d23b93 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -100,27 +100,27 @@ common extensions other-extensions: TemplateHaskell common build-deps - build-depends: base < 5 && >= 4.8 - , Cabal < 2.5 && >= 2.0 || < 1.26 && >= 1.14 + build-depends: base < 5 && >= 4.9.1.0 + , Cabal < 2.5 && >= 2.0 || < 1.26 && >= 1.24.2.0 , cabal-plan < 0.6 && >= 0.5.0.0 , clock < 0.8 && >= 0.7.2 - , containers < 1 && >= 0.5.5.1 - , bytestring < 0.11 && >= 0.9.2.1 - , directory < 1.4 && >= 1.2.1.0 - , filepath < 1.5 && >= 1.3.0.0 + , 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.2.3.0 + , process < 1.7 && >= 1.4.3.0 , pretty-show < 1.9 && >= 1.8.1 , 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.15 && >= 2.7.0.0 + , template-haskell < 2.15 && >= 2.11.1.0 , temporary < 1.3 && >= 1.2.1 - , time < 1.9 && >= 1.5.0.1 - , transformers < 0.6 && >= 0.3.0.0 + , time < 1.9 && >= 1.6.0.1 + , transformers < 0.6 && >= 0.5.2.0 if !os(windows) - build-depends: unix < 2.8 && >= 2.5.1.1 + build-depends: unix < 2.8 && >= 2.7.2.1 build-depends: unix-compat < 0.6 && >= 0.4.3.1 , utf8-string < 1.1 && >= 1.0.1.1 if flag(dev) @@ -182,7 +182,7 @@ test-suite ghc-session main-is: GhcSession.hs hs-source-dirs: tests ghc-options: -Wall - build-depends: ghc < 8.7 && >= 7.10 + build-depends: ghc < 8.7 && >= 8.0.2 , ghc-paths < 0.2 && >= 0.1.0.9 , cabal-helper , c-h-internal @@ -215,7 +215,7 @@ executable cabal-helper-main buildable: False ghc-options: -Wall -fno-warn-unused-imports - build-depends: base < 5 && >= 4.8 + build-depends: base < 5 && >= 4.9.1.0 , Cabal , containers , bytestring |