mirror of
https://github.com/simplex-chat/haskell.nix.git
synced 2026-06-03 09:17:32 +00:00
Add GHC-9.2.6 (#1842)
* Add GHC-9.2.6 * More ghc 9.2.6 changes * ifdLevel 0 * ifdLevel 1 * More aarch64 materialization * Add spdx 3.19 materialization * ifdLevel 2 * Remaining materialization files * ifdLevel 3 * More materialization --------- Co-authored-by: Hamish Mackenzie <Hamish.K.Mackenzie@gmail.com>
This commit is contained in:
@@ -26,5 +26,5 @@ in pkgs.haskell-nix.project {
|
||||
src = ./.;
|
||||
};
|
||||
# Specify the GHC version to use.
|
||||
compiler-nix-name = "ghc925"; # Not required for `stack.yaml` based projects.
|
||||
compiler-nix-name = "ghc926"; # Not required for `stack.yaml` based projects.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user