switch "haskellPackages" to GHC 8.2.2 for LTS 10.x

This commit is contained in:
Peter Simons 2017-12-19 15:54:30 +01:00
parent 053c466073
commit d5676b0433

View File

@ -5929,7 +5929,7 @@ with pkgs;
haskell = callPackage ./haskell-packages.nix { };
haskellPackages = haskell.packages.ghc802.override {
haskellPackages = haskell.packages.ghc822.override {
overrides = config.haskellPackageOverrides or (self: super: {});
};