Skip to content

Commit 42b5304

Browse files
authored
Prepare release 2.14.0.0 (#4897)
* Prepare release 2.14.0.0 - Fix ChangeLog.md date parsing - bump hie-bios to 0.19.0.0 * update hie-bios in stack.yaml * update RELEASING.md to mention links to the plugin support table and ghc version support table
1 parent afc8779 commit 42b5304

14 files changed

Lines changed: 896 additions & 111 deletions

File tree

.github/generate-ci/gen_ci.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ data GHC
6767
| GHC984
6868
| GHC9103
6969
| GHC9122
70+
| GHC9124
7071
| GHC9141
7172
deriving (Show, Eq, Ord, Enum, Bounded)
7273

@@ -75,6 +76,7 @@ ghcVersion GHC967 = "9.6.7"
7576
ghcVersion GHC984 = "9.8.4"
7677
ghcVersion GHC9103 = "9.10.3"
7778
ghcVersion GHC9122 = "9.12.2"
79+
ghcVersion GHC9124 = "9.12.4"
7880
ghcVersion GHC9141 = "9.14.1"
7981

8082
ghcVersionIdent :: GHC -> String

0 commit comments

Comments
 (0)