haskellPackages: bump default compiler to ghc-8.8.4

This commit is contained in:
Peter Simons 2020-07-21 14:15:58 +02:00
parent dd6ce8c879
commit 8ffedd8369

View file

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