Skip to content

Commit 098bbc8

Browse files
committed
wip
1 parent 68a318b commit 098bbc8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

compiler/ghc/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ let
244244
compiler-nix-name =
245245
if builtins.compareVersions ghc-version "9.4.7" < 0
246246
then "ghc928"
247-
else "ghc962";
247+
else "ghc982";
248248
in
249249
buildPackages.pinned-haskell-nix.tool compiler-nix-name "hadrian" {
250250
compilerSelection = p: p.haskell.compiler;

nix-tools/flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)