Skip to content

Commit 022504e

Browse files
authored
Fix use of no longer supported GHC version. (#1618)
1 parent 8eeaa1e commit 022504e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ in pkgs.haskell-nix.project {
110110
src = ./.;
111111
};
112112
# Specify the GHC version to use.
113-
compiler-nix-name = "ghc8102"; # Not required for `stack.yaml` based projects.
113+
compiler-nix-name = "ghc8107"; # Not required for `stack.yaml` based projects.
114114
}
115115
```
116116

0 commit comments

Comments
 (0)