Skip to content

Commit 6d57a5e

Browse files
committed
fixup! tests: Add stack-simple
1 parent 0eac218 commit 6d57a5e

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

test/stack-simple/stack-pkgs.nix

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
{
22
overlay = hackage:
3-
{ packages = {} // { stack-simple = ./.stack.nix/stack-simple.nix; };
4-
5-
# fixme: there was no compiler attribute generated by stack-to-nix
6-
compiler.version = "8.6.2";
7-
compiler.nix-name = "ghc862";
8-
};
3+
{ packages = {} // { stack-simple = ./.stack.nix/stack-simple.nix; }; };
94
resolver = "lts-13.6";
10-
compiler = "ghc-8.6.2";
11-
}
5+
}

0 commit comments

Comments
 (0)