use newer ghc

This commit is contained in:
nek0 2021-02-15 19:00:43 +01:00
parent 1e4e915899
commit 00de44208e
1 changed files with 1 additions and 1 deletions

View File

@ -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.
}