Merge pull request #77298 from nomeata/haskell-docs-version

nixpkgs manual: Update Haskell versions
This commit is contained in:
Domen Kožar
2020-01-09 14:35:06 +01:00
committed by GitHub
2 changed files with 16 additions and 15 deletions

View File

@@ -8160,6 +8160,8 @@ in
haskell = callPackage ./haskell-packages.nix { };
# Please update doc/languages-frameworks/haskell.section.md, “Our
# current default compiler is”, if you bump this:
haskellPackages = dontRecurseIntoAttrs haskell.packages.ghc865;
inherit (haskellPackages) ghc;