Skip to content

Commit 2ea6664

Browse files
committed
GHC9 mention in Nix README.
1 parent 0b706aa commit 2ea6664

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

nix/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ $ nix-shell nix/shell.nix --argstr compiler ghcHEAD
2626
- `ghc865Binary`
2727
- `ghc884`
2828
- `ghc8104` - default
29+
- `ghc901`
2930

3031
### Cabal users
3132

nix/shell.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
let nixos = fetchTarball { url = "https://github.com/NixOS/nixpkgs/archive/refs/tags/21.05.tar.gz";
2+
sha256 = "sha256:1ckzhh24mgz6jd1xhfgx0i9mijk6xjqxwsshnvq789xsavrmsc36";
23
}; in
34

45
{ compiler ? "ghc8104"

0 commit comments

Comments
 (0)