mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 04:45:39 +00:00
ghc: fix typo in 8.6.1 compiler name
This commit is contained in:
parent
75aa8b9a2c
commit
55a82ffcd3
@ -215,7 +215,7 @@ stdenv.mkDerivation (rec {
|
||||
inherit enableShared;
|
||||
|
||||
# Our Cabal compiler name
|
||||
haskellCompilerName = "ghc-8.4.3";
|
||||
haskellCompilerName = "ghc-8.6.1";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user