Skip to content

Commit 442c7bd

Browse files
andreabediniNadiaYvette
authored andcommitted
Update GHC versions mentioned in the user guide
1 parent 86e9468 commit 442c7bd

File tree

1 file changed

+11
-37
lines changed

1 file changed

+11
-37
lines changed

doc/cabal-package-description-file.rst

Lines changed: 11 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -646,42 +646,24 @@ describe the package as a whole:
646646

647647
::
648648

649-
tested-with: GHC == 9.0.1, GHC == 8.10.4, GHC == 8.8.4,
650-
GHC == 8.6.5, GHC == 8.4.4, GHC == 8.2.2, GHC == 8.0.2,
651-
GHC == 7.10.3, GHC == 7.8.4, GHC == 7.6.3, GHC == 7.4.2
649+
tested-with: GHC == 9.10.1, GHC == 9.8.2, GHC == 9.6.5
652650

653651
The same can be spread over several lines, for instance:
654652

655653
::
656654

657-
tested-with: GHC == 9.0.1
658-
, GHC == 8.10.4
659-
, GHC == 8.8.4
660-
, GHC == 8.6.5
661-
, GHC == 8.4.4
662-
, GHC == 8.2.2
663-
, GHC == 8.0.2
664-
, GHC == 7.10.3
665-
, GHC == 7.8.4
666-
, GHC == 7.6.3
667-
, GHC == 7.4.2
655+
tested-with: GHC == 9.10.1
656+
, GHC == 9.8.2
657+
, GHC == 9.6.5
668658

669659
The separating comma can also be dropped altogether:
670660

671661
::
672662

673663
tested-with:
674-
GHC == 9.0.1
675-
GHC == 8.10.4
676-
GHC == 8.8.4
677-
GHC == 8.6.5
678-
GHC == 8.4.4
679-
GHC == 8.2.2
680-
GHC == 8.0.2
681-
GHC == 7.10.3
682-
GHC == 7.8.4
683-
GHC == 7.6.3
684-
GHC == 7.4.2
664+
GHC == 9.10.1
665+
GHC == 9.8.2
666+
GHC == 9.6.5
685667

686668
However, this alternative might
687669
`disappear <https://github.com/haskell/cabal/issues/4894#issuecomment-909008657>`__
@@ -696,24 +678,16 @@ describe the package as a whole:
696678
::
697679

698680
tested-with:
699-
, GHC == 9.0.1
700-
, GHC == 8.10.4
701-
, GHC == 8.8.4
702-
, GHC == 8.6.5
703-
, GHC == 8.4.4
704-
, GHC == 8.2.2
705-
, GHC == 8.0.2
706-
, GHC == 7.10.3
707-
, GHC == 7.8.4
708-
, GHC == 7.6.3
709-
, GHC == 7.4.2
681+
, GHC == 9.10.1
682+
, GHC == 9.8.2
683+
, GHC == 9.6.5
710684

711685

712686
2. A concise set notation syntax is available:
713687

714688
::
715689

716-
tested-with: GHC == { 9.0.1, 8.10.4, 8.8.4, 8.6.5, 8.4.4, 8.2.2, 8.0.2, 7.10.3, 7.8.4, 7.6.3, 7.4.2 }
690+
tested-with: GHC == { 9.10.1, 9.8.2, 9.6.5 }
717691

718692
.. pkg-field:: data-files: filename list
719693

0 commit comments

Comments
 (0)