Skip to content

Commit

Permalink
nix: revert from ghc927 to ghc925
Browse files Browse the repository at this point in the history
 since support for 9.2.7 is not yet merged in haskell.nix master
 and 9.2.6 somehow fails to build.
  • Loading branch information
jbgi committed Mar 10, 2023
1 parent 503ade6 commit 0c86fd9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 25 deletions.
23 changes: 3 additions & 20 deletions flake.lock

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

4 changes: 0 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
url = "github:input-output-hk/hackage.nix";
flake = false;
};
nixTools = {
url = "github:input-output-hk/nix-tools";
flake = false;
};
haskellNix = {
url = "github:input-output-hk/haskell.nix";
inputs.nixpkgs.follows = "nixpkgs";
Expand Down
2 changes: 1 addition & 1 deletion nix/haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let
name = "cardano-node";
compiler-nix-name = lib.mkDefault "ghc8107";
# extra-compilers
flake.variants = lib.genAttrs ["ghc927"] (x: {compiler-nix-name = x;});
flake.variants = lib.genAttrs ["ghc925"] (x: {compiler-nix-name = x;});
cabalProjectLocal = ''
allow-newer: terminfo:base
'' + lib.optionalString pkgs.stdenv.hostPlatform.isWindows ''
Expand Down

0 comments on commit 0c86fd9

Please sign in to comment.