Merge pull request #49075 from guibou/patch-1

ghc: fix typo in 8.6.1 compiler name
This commit is contained in:
Peter Simons 2018-10-24 21:30:37 +02:00 committed by GitHub
commit cff6108b7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -215,7 +215,7 @@ stdenv.mkDerivation (rec {
inherit enableShared;
# Our Cabal compiler name
haskellCompilerName = "ghc-8.4.3";
haskellCompilerName = "ghc-8.6.1";
};
meta = {