ghc: 9.10.2 -> 9.10.3

https://www.haskell.org/ghc/blog/20250910-ghc-9.10.3-released.html
This commit is contained in:
sternenseemann
2025-07-31 13:29:18 +02:00
parent f6660bb07a
commit ed65db9c51
4 changed files with 41 additions and 8 deletions

View File

@@ -58,7 +58,7 @@ Each of those compiler versions has a corresponding attribute set `packages` bui
it. However, the non-standard package sets are not tested regularly and, as a
result, contain fewer working packages. The corresponding package set for GHC
9.4.8 is `haskell.packages.ghc948`. In fact, `haskellPackages` (at the time of writing) is just an alias
for `haskell.packages.ghc9102`:
for `haskell.packages.ghc9103`.
Every package set also re-exposes the GHC used to build its packages as `haskell.packages.*.ghc`.