According to our [Deprecation Policy](https://nixos.org/manual/nixpkgs/stable/#ghc-deprecation-policy), we are going to drop a few GHC versions this cycle. We'll want to keep all major versions from GHC 9.4 onwards: - GHC 9.10 is the current Stackage LTS and will be our default soon. - GHC 9.8 and 9.6 are the two latest major versions older than the default. - GHC 9.6 is the version currently recommended by GHCup. - GHC 9.4 is needed for `pkgsStatic` due to #275304 Minor versions: - [x] GHC 9.4.7 #440659 - [x] GHC 9.6.3 #440410 - [x] GHC 9.6.4, 9.6.5, 9.6.6 #440659 - [x] GHC 9.8.1, 9.8.2, 9.8.3 #440659 - [x] GHC 9.10.1, 9.12.1 - [ ] 9.10.2 #439323 Major source builds: - [x] GHCJS 8.10 #422342 - [x] GHC 8.10 #440794 - [x] GHC 9.0 #381265 - [x] GHC 9.2 #440794 Bindists: - [x] GHC 8.6 #440400 - [x] GHC 8.10 #440794 - GHC 9.0: Needed to bootstrap GHC 9.4. - [x] GHC 9.2: Needed to bootstrap GHC 9.6. Attempt in #440976 - [x] GHC 9.6 Only possible after GHC 9.10.1 has been dropped. cc @NixOS/haskell @emilazy
According to our Deprecation Policy, we are going to drop a few GHC versions this cycle.
We'll want to keep all major versions from GHC 9.4 onwards:
pkgsStaticdue to GHC >= 9.6 TemplateHaskell doesn't work in pkgsStatic #275304Minor versions:
Major source builds:
Bindists:
cc @NixOS/haskell @emilazy