Skip to content

Commit 704c30d

Browse files
authored
Update GHC versions in CONTRIBUTING.adoc (#7615)
1 parent 7a7c99f commit 704c30d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CONTRIBUTING.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ At the moment, our supported GHC versions are:
212212
- 9.6 (primary)
213213
- 9.8
214214
- 9.10
215+
- 9.12
216+
- 9.14
215217

216218
=== Plugin support
217219

@@ -224,11 +226,12 @@ This makes cabal behave reasonably well (it will ignore them and not try and fai
224226

225227
We currently support the plugin on:
226228
- 9.6
229+
- 9.12
227230

228231
=== Per-version tooling
229232

230233
We have a dev shell for each supported GHC version which you can use if you need to fix issues on that specific version.
231-
You can access them like this: `nix develop .#ghc98`.
234+
You can access them like this: `nix develop .#ghc912`.
232235

233236
Note that HLS in particular won't work in the non-primary dev shell as it will still be built with the primary GHC version, but other tooling should work fine.
234237

0 commit comments

Comments
 (0)