Skip to content

Commit 796badf

Browse files
Travis WhitakerTravisWhitaker
Travis Whitaker
authored andcommitted
Bootstrap with ghc966
1 parent cda6af7 commit 796badf

35 files changed

+2227
-4
lines changed

compiler/ghc/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ let
255255
compiler-nix-name =
256256
if builtins.compareVersions ghc-version "9.4.7" < 0
257257
then "ghc928"
258-
else if buildPackages.haskell.compiler ? ghc964
259-
then "ghc964"
258+
else if buildPackages.haskell.compiler ? ghc966
259+
then "ghc966"
260260
else "ghc962";
261261
in
262262
buildPackages.haskell-nix.tool compiler-nix-name "hadrian" {

flake.nix

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
] ++ (if runningHydraEvalTest then [ ] else [
106106
"x86_64-darwin"
107107
"aarch64-darwin"
108+
"aarch64-linux"
108109
]);
109110

110111
nixpkgsArgs = {

materialized/alex-3.2.7.1/ghc966/cabal-files/alex.nix

+57
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

materialized/alex-3.2.7.1/ghc966/default.nix

+102
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

materialized/alex-3.2.7.1/ghc966/plan.json

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)