aboutsummaryrefslogtreecommitdiff
path: root/cabal-helper.cabal
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2018-11-05 23:45:10 +0100
committerDaniel Gröber <dxld@darkboxed.org>2019-01-22 03:03:25 +0100
commitce1843e26aa439cacf5483cf9ea1e37e6b99b35e (patch)
tree5437d5f46b3027faf746d8175bf1b40025beba99 /cabal-helper.cabal
parenta456ca5fec522342981e65443193759355b77b3c (diff)
Bump base dependency to reflect reality
base-4.8 came with 7.10 which is the oldest supported GHC now.
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r--cabal-helper.cabal12
1 files changed, 6 insertions, 6 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
index b383ff3..ba312e8 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -112,7 +112,7 @@ library c-h-internal
FlexibleContexts
ConstraintKinds
other-extensions: TemplateHaskell
- build-depends: base < 5 && >= 4.7
+ build-depends: base < 5 && >= 4.8
, Cabal < 2.5 && >= 2.0 || < 1.26 && >= 1.14
, cabal-plan < 0.5 && >= 0.3.0.0
, containers < 1 && >= 0.5.5.1
@@ -153,7 +153,7 @@ library
FlexibleContexts
ConstraintKinds
other-extensions: TemplateHaskell
- build-depends: base < 5 && >= 4.7
+ build-depends: base < 5 && >= 4.8
, Cabal < 2.5 && >= 2.0 || < 1.26 && >= 1.14
, cabal-plan < 0.5 && >= 0.3.0.0
, containers < 1 && >= 0.5.5.1
@@ -192,7 +192,7 @@ test-suite compile-test
FlexibleContexts
ConstraintKinds
other-extensions: TemplateHaskell
- build-depends: base < 5 && >= 4.7
+ build-depends: base < 5 && >= 4.8
, Cabal < 2.5 && >= 2.0 || < 1.26 && >= 1.14
, cabal-plan < 0.5 && >= 0.3.0.0
, containers < 1 && >= 0.5.5.1
@@ -222,7 +222,7 @@ test-suite ghc-session
main-is: GhcSession.hs
hs-source-dirs: tests
ghc-options: -Wall
- build-depends: base < 5 && >= 4.7
+ build-depends: base < 5 && >= 4.8
, ghc < 8.7 && >= 7.10
, ghc-paths < 0.2 && >= 0.1.0.9
, cabal-helper
@@ -235,7 +235,7 @@ test-suite ghc-session
FlexibleContexts
ConstraintKinds
other-extensions: TemplateHaskell
- build-depends: base < 5 && >= 4.7
+ build-depends: base < 5 && >= 4.8
, Cabal < 2.5 && >= 2.0 || < 1.26 && >= 1.14
, cabal-plan < 0.5 && >= 0.3.0.0
, containers < 1 && >= 0.5.5.1
@@ -281,7 +281,7 @@ executable cabal-helper-main
buildable: False
ghc-options: -Wall -fno-warn-unused-imports
- build-depends: base < 5 && >= 4.7
+ build-depends: base < 5 && >= 4.8
, Cabal
, containers
, bytestring