Skip to content

Commit e94f30c

Browse files
authored
Check that stack builds (#1737)
1 parent fd7b85d commit e94f30c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ in rec {
2525
tools = pkgs.lib.optionalAttrs (ifdLevel >= 3) (
2626
pkgs.recurseIntoAttrs ({
2727
cabal-latest = tool compiler-nix-name "cabal" { inherit evalPackages; };
28+
stack = tool compiler-nix-name "stack" { version = "2.9.1"; inherit evalPackages; };
2829
hlint-latest = tool compiler-nix-name "hlint" {
2930
inherit evalPackages;
3031
version = {

0 commit comments

Comments
 (0)