Skip to content

Commit 0ff760b

Browse files
committed
Nix updates
1 parent 3afe442 commit 0ff760b

File tree

2 files changed

+62
-27
lines changed

2 files changed

+62
-27
lines changed

flake.lock

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

nix/haskell.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ let
5656
src = ../.;
5757
# our current release compiler is 8107
5858
compiler-nix-name = lib.mkDefault "ghc8107";
59-
# but we also build for 927.
60-
flake.variants = lib.genAttrs ["ghc927"] (x: {compiler-nix-name = x;});
59+
# but we also build for 962.
60+
flake.variants = lib.genAttrs ["ghc962"] (x: {compiler-nix-name = x;});
6161

6262
shell = {
6363
name = "cabal-dev-shell";

0 commit comments

Comments
 (0)