GHC9 mention in Nix README.

This commit is contained in:
akhesaCaro 2021-09-07 14:21:13 +02:00 committed by akhesacaro
parent 0b706aa6d1
commit 2ea6664124
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ $ nix-shell nix/shell.nix --argstr compiler ghcHEAD
- `ghc865Binary`
- `ghc884`
- `ghc8104` - default
- `ghc901`
### Cabal users

View File

@ -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"