0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03: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: {});
};