Skip to content

Commit

Permalink
Pin the haskell.nix flake input for GHC 8.10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Oct 4, 2024
1 parent de80b7a commit c231692
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 52 deletions.
107 changes: 56 additions & 51 deletions flake.lock

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

4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
flake = false;
};
haskellNix = {
url = "github:input-output-hk/haskell.nix";
# GHC 8.10.7 cross compilation for windows is broken in newer versions of haskell.nix.
# Unpin this once we no longer need GHC 8.10.7.
url = "github:input-output-hk/haskell.nix/cb139fa956158397aa398186bb32dd26f7318784";
inputs.nixpkgs.follows = "nixpkgs";
inputs.hackage.follows = "hackageNix";
};
Expand Down

0 comments on commit c231692

Please sign in to comment.