haskellPackages: update default compiler to from ghc 8.6.4 to 8.6.5

LTS 13.x will probably make the switch soon, too.
This commit is contained in:
Peter Simons 2019-04-29 18:52:02 +02:00
parent da9c111088
commit 591af2397e
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# pkgs/development/haskell-modules/configuration-hackage2nix.yaml
compiler: ghc-8.6.4
compiler: ghc-8.6.5
core-packages:
- array-0.5.3.0
@ -12,13 +12,13 @@ core-packages:
- deepseq-1.4.4.0
- directory-1.3.3.0
- filepath-1.4.2.1
- ghc-8.6.4
- ghc-boot-8.6.4
- ghc-boot-th-8.6.4
- ghc-8.6.5
- ghc-boot-8.6.5
- ghc-boot-th-8.6.5
- ghc-compact-0.1.0.0
- ghc-heap-8.6.4
- ghc-heap-8.6.5
- ghc-prim-0.5.3
- ghci-8.6.4
- ghci-8.6.5
- haskeline-0.7.4.3
- hpc-0.6.0.3
- integer-gmp-1.0.2.0

View file

@ -7319,7 +7319,7 @@ in
haskell = callPackage ./haskell-packages.nix { };
haskellPackages = dontRecurseIntoAttrs (haskell.packages.ghc864.override {
haskellPackages = dontRecurseIntoAttrs (haskell.packages.ghc865.override {
overrides = haskell.packageOverrides;
});