Switch default Haskell package set to LTS-12.x and GHC 8.4.3.

We are at LTS Haskell 12.0.
This commit is contained in:
Peter Simons 2018-07-10 01:00:37 +02:00
parent b8561e3e20
commit 69cd09f8fb
3 changed files with 626 additions and 758 deletions

View File

@ -393,9 +393,7 @@ self: super: {
base-compat = self.base-compat_0_10_4;
brick = self.brick_0_37_1;
criterion = super.criterion_1_5_0_0;
dhall = self.dhall_1_15_0;
# This is probably obsolete:
# dhall_1_15_0 = doJailbreak super.dhall_1_15_0; # support ansi-terminal 0.8.x
dhall = self.dhall_1_15_1;
HaTeX = self.HaTeX_3_19_0_0;
hpack = self.hpack_0_28_2;
hspec = dontCheck super.hspec_2_5_4;

File diff suppressed because it is too large Load Diff

View File

@ -6534,7 +6534,7 @@ with pkgs;
haskell = callPackage ./haskell-packages.nix { };
haskellPackages = haskell.packages.ghc822.override {
haskellPackages = haskell.packages.ghc843.override {
overrides = config.haskellPackageOverrides or haskell.packageOverrides;
};