1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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

This commit is contained in:
Peter Simons 2016-09-14 19:06:56 +02:00
parent f7133e4de6
commit 055a3e52c5

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: {});
};