mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-06 13:53:05 +00:00
Merge pull request #49075 from guibou/patch-1
ghc: fix typo in 8.6.1 compiler name
This commit is contained in:
commit
cff6108b7a
@ -215,7 +215,7 @@ stdenv.mkDerivation (rec {
|
|||||||
inherit enableShared;
|
inherit enableShared;
|
||||||
|
|
||||||
# Our Cabal compiler name
|
# Our Cabal compiler name
|
||||||
haskellCompilerName = "ghc-8.4.3";
|
haskellCompilerName = "ghc-8.6.1";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user