We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eac218 commit 6d57a5eCopy full SHA for 6d57a5e
test/stack-simple/stack-pkgs.nix
@@ -1,11 +1,5 @@
1
{
2
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
- };
+ { packages = {} // { stack-simple = ./.stack.nix/stack-simple.nix; }; };
9
resolver = "lts-13.6";
10
- compiler = "ghc-8.6.2";
11
-}
+ }
0 commit comments