You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.adoc
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -212,6 +212,8 @@ At the moment, our supported GHC versions are:
212
212
- 9.6 (primary)
213
213
- 9.8
214
214
- 9.10
215
+
- 9.12
216
+
- 9.14
215
217
216
218
=== Plugin support
217
219
@@ -224,11 +226,12 @@ This makes cabal behave reasonably well (it will ignore them and not try and fai
224
226
225
227
We currently support the plugin on:
226
228
- 9.6
229
+
- 9.12
227
230
228
231
=== Per-version tooling
229
232
230
233
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`.
232
235
233
236
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.
0 commit comments