ghc: fix typo in 8.6.1 compiler name

This commit is contained in:
Guillaume Bouchard 2018-10-24 21:29:15 +02:00 committed by GitHub
parent 75aa8b9a2c
commit 55a82ffcd3
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 = {