GHC9 mention in Nix README.
This commit is contained in:
parent
0b706aa6d1
commit
2ea6664124
2 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@ $ nix-shell nix/shell.nix --argstr compiler ghcHEAD
|
|||
- `ghc865Binary`
|
||||
- `ghc884`
|
||||
- `ghc8104` - default
|
||||
- `ghc901`
|
||||
|
||||
### Cabal users
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
let nixos = fetchTarball { url = "https://github.com/NixOS/nixpkgs/archive/refs/tags/21.05.tar.gz";
|
||||
sha256 = "sha256:1ckzhh24mgz6jd1xhfgx0i9mijk6xjqxwsshnvq789xsavrmsc36";
|
||||
}; in
|
||||
|
||||
{ compiler ? "ghc8104"
|
||||
|
|
Loading…
Reference in a new issue