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 73aa9e1 commit dc7b402Copy full SHA for dc7b402
release.nix
@@ -14,7 +14,7 @@ in
14
name = application.name;
15
contents = application;
16
config = {
17
- Cmd = [ "/bin/haskell-demo-exe" ];
+ Cmd = [ "/bin/haskell-demo-library-exe" ];
18
};
19
20
}
0 commit comments