haskellPackages: switch default package set to ghc-8.10.2

This commit is contained in:
Peter Simons 2020-11-13 22:01:48 +01:00
parent f74137c76f
commit d8bf350320
1 changed files with 1 additions and 1 deletions

View File

@ -9229,7 +9229,7 @@ in
# Please update doc/languages-frameworks/haskell.section.md, “Our
# current default compiler is”, if you bump this:
haskellPackages = dontRecurseIntoAttrs haskell.packages.ghc884;
haskellPackages = dontRecurseIntoAttrs haskell.packages.ghc8102;
inherit (haskellPackages) ghc;