Skip to content

Commit

Permalink
Add ghc 9.6.6 (#2225)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack authored Jul 4, 2024
1 parent 0e02011 commit cbd75e3
Show file tree
Hide file tree
Showing 78 changed files with 3,212 additions and 9 deletions.
1 change: 1 addition & 0 deletions lazy-inputs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ in {
inherit ((callFlake { pkgs = final; src = ./ghc963; }).defaultNix) ghc963;
inherit ((callFlake { pkgs = final; src = ./ghc964; }).defaultNix) ghc964;
inherit ((callFlake { pkgs = final; src = ./ghc965; }).defaultNix) ghc965;
inherit ((callFlake { pkgs = final; src = ./ghc966; }).defaultNix) ghc966;
inherit ((callFlake { pkgs = final; src = ./ghc981; }).defaultNix) ghc981;
inherit ((callFlake { pkgs = final; src = ./ghc982; }).defaultNix) ghc982;
inherit ((callFlake { pkgs = final; src = ./ghc9101; }).defaultNix) ghc9101;
Expand Down
30 changes: 30 additions & 0 deletions lazy-inputs/ghc966/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions lazy-inputs/ghc966/flake.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
description = "Lazy Input for Haskell.nix";

inputs = {
ghc966 = {
flake = false;
url = "git+https://github.com/stable-haskell/ghc?ref=ghc-9.6.6-iog&submodules=1";
};
};

outputs = inputs: inputs;
}
49 changes: 49 additions & 0 deletions materialized/ghc-boot-packages-nix/ghc966-aarch64/base.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions materialized/ghc-boot-packages-nix/ghc966-aarch64/ghc-bignum.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 46 additions & 0 deletions materialized/ghc-boot-packages-nix/ghc966-aarch64/ghc-boot.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 36 additions & 0 deletions materialized/ghc-boot-packages-nix/ghc966-aarch64/ghc-heap.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 47 additions & 0 deletions materialized/ghc-boot-packages-nix/ghc966-aarch64/ghc-prim.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cbd75e3

Please sign in to comment.