use newer ghc
This commit is contained in:
parent
1e4e915899
commit
00de44208e
1 changed files with 1 additions and 1 deletions
|
@ -19,5 +19,5 @@
|
|||
src = ./.;
|
||||
};
|
||||
# Specify the GHC version to use.
|
||||
compiler-nix-name = "ghc8103"; # Not required for `stack.yaml` based projects.
|
||||
compiler-nix-name = "ghc8104"; # Not required for `stack.yaml` based projects.
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue