1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 15:11:35 +00:00

Update haskellPackages set to GHC 7.10.2.

This commit is contained in:
Peter Simons 2015-08-05 14:23:35 +02:00
parent 099c1a4522
commit 2d26a0f8aa

View file

@ -4001,7 +4001,7 @@ let
haskell = callPackage ./haskell-packages.nix { };
haskellPackages = haskell.packages.ghc7101.override {
haskellPackages = haskell.packages.ghc7102.override {
overrides = config.haskellPackageOverrides or (self: super: {});
};