diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2021-03-05 19:13:39 -0500 |
---|---|---|
committer | Ryan Scott <ryan.gl.scott@gmail.com> | 2021-03-08 06:43:39 -0500 |
commit | 04a156d9101d7fc9ce14aee64899bd55773a4af3 (patch) | |
tree | 9df5615d9c65377d338b6de055a3deff0f172bf4 /utils/check-api-annotations/check-api-annotations.cabal | |
parent | 31e265c1df948d1bcc82d08affe995fd1d1c1438 (diff) | |
download | haskell-wip/require-ghc-8.10-to-bootstrap.tar.gz |
Require GHC 8.10 as the minimum compiler for bootstrappingwip/require-ghc-8.10-to-bootstrap
Now that GHC 9.0.1 is released, it is time to drop support for bootstrapping
with GHC 8.8, as we only support building with the previous two major GHC
releases. As an added bonus, this allows us to remove several bits of CPP that
are either always true or no longer reachable.
Diffstat (limited to 'utils/check-api-annotations/check-api-annotations.cabal')
-rw-r--r-- | utils/check-api-annotations/check-api-annotations.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/check-api-annotations/check-api-annotations.cabal b/utils/check-api-annotations/check-api-annotations.cabal index 8bf0fb6922..dbaa25fd48 100644 --- a/utils/check-api-annotations/check-api-annotations.cabal +++ b/utils/check-api-annotations/check-api-annotations.cabal @@ -24,6 +24,6 @@ Executable check-api-annotations Build-Depends: base >= 4 && < 5, containers, - Cabal >= 3.0 && < 3.6, + Cabal >= 3.2 && < 3.6, directory, ghc |