haskellPackages: bump default compiler to ghc-8.8.4

This commit is contained in:
Peter Simons
2020-07-24 13:02:55 +02:00
parent dd6ce8c879
commit 8ffedd8369
+1 -1
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;