Skip to content

Commit 11a1586

Browse files
committed
Clarify when support for Cabal 1.22 will be dropped.
1 parent 991f5fc commit 11a1586

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,10 @@ executable that it compiles from Haskell source code. The executable compiles
294294
that code with a dependency on the version of Cabal that ships with the
295295
specified GHC compiler. Each release of Stack will aim to support all versions
296296
of GHC and the Cabal package in Stackage snapshots published within seven years
297-
of the release. For example, snapshot LTS Haskell 2.22, published on
298-
9 August 2015, was the last to provide GHC 7.8.4 which comes with
299-
`Cabal-1.18.1.5`. Until, at least, 9 August 2022, Stack releases would aim
300-
to support GHC 7.8.4 and `Cabal-1.18.1.5`.
297+
of the release. For example, snapshot LTS Haskell 7.0, published on
298+
14 September 2016, was the first LTS Haskell snapshot to provide GHC 8.0.1 which
299+
comes with `Cabal-1.24.0.0`. Until, at least, 13 September 2023, Stack releases
300+
would aim to support the immediate predecessor, GHC 7.10.3 and `Cabal-1.22.5.0`.
301301

302302
When a version of the Stack executable actually ceases to support a version of
303303
GHC and `Cabal`, that should be recorded in Stack's

0 commit comments

Comments
 (0)