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 0b706aa commit 2ea6664Copy full SHA for 2ea6664
nix/README.md
@@ -26,6 +26,7 @@ $ nix-shell nix/shell.nix --argstr compiler ghcHEAD
26
- `ghc865Binary`
27
- `ghc884`
28
- `ghc8104` - default
29
+- `ghc901`
30
31
### Cabal users
32
nix/shell.nix
@@ -1,4 +1,5 @@
1
let nixos = fetchTarball { url = "https://github.com/NixOS/nixpkgs/archive/refs/tags/21.05.tar.gz";
2
+ sha256 = "sha256:1ckzhh24mgz6jd1xhfgx0i9mijk6xjqxwsshnvq789xsavrmsc36";
3
}; in
4
5
{ compiler ? "ghc8104"
0 commit comments