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

This commit is contained in:
Peter Simons
2017-12-20 09:17:45 +01:00
parent 053c466073
commit d5676b0433
+1 -1
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: {});
};