Skip to content

Commit b2b09e4

Browse files
committed
Build hadrian with ghc 9.6.6 if available.
1 parent 25027d2 commit b2b09e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: compiler/ghc/default.nix

+2
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ let
259259
compiler-nix-name =
260260
if builtins.compareVersions ghc-version "9.4.7" < 0
261261
then "ghc928"
262+
else if buildPackages.haskell.compiler ? ghc966
263+
then "ghc966"
262264
else if buildPackages.haskell.compiler ? ghc964
263265
then "ghc964"
264266
else "ghc962";

0 commit comments

Comments
 (0)