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:
Teo Camarasu
2023-02-14 23:24:04 +00:00
committed by GitHub
parent c08075ef40
commit 4952abb034
155 changed files with 27787 additions and 23 deletions
+1 -1
View File
@@ -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.
}