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 147ecbd commit fcebf9fCopy full SHA for fcebf9f
nix/source.nix
@@ -69,10 +69,9 @@ in
69
};
70
microhs = fetchFromGitHub {
71
owner = "augustss";
72
- repo = "microhs";
73
- rev = "db0d3d12b0ee814441c6045bd680cc7d92a41375";
74
- sha256 = "sha256-raTlZBQ5seYo/ez0Cg++nbQSLIKvSLLSqcCSL0svrLE=";
+ repo = "MicroHs";
+ rev = "0fc720779cfcae7b7ef1aa001a9859b7247eb211";
+ hash = "sha256-cnz0rG3fkwjjIGLtyUCuGYSXYXCDS0T4qbVmGvCjwmg=";
75
fetchSubmodules = true;
76
77
-
78
}
shell.nix
@@ -1,7 +1,5 @@
1
{ pkg ? "ghc" }:
2
3
with (import ./default.nix {});
4
5
if pkg == "ghcjs"
6
then miso-ghcjs.env
7
else
0 commit comments