Switch the 'haskellPackages' attribute set to the latest version of LTS-7.x.

This commit is contained in:
Peter Simons
2016-09-15 09:12:04 +02:00
parent f7133e4de6
commit 055a3e52c5
+1 -1
View File
@@ -4737,7 +4737,7 @@ in
haskell = callPackage ./haskell-packages.nix { };
haskellPackages = haskell.packages.ghc801.override {
haskellPackages = haskell.packages.lts-7.override {
overrides = config.haskellPackageOverrides or (self: super: {});
};