diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml index ffba1d42664..94ebc3049fd 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml @@ -1,19 +1,19 @@ # pkgs/development/haskell-modules/configuration-hackage2nix.yaml -compiler: ghc-7.10 +compiler: ghc-7.10.3 core-packages: - array-0.5.1.0 - - base-4.8.1.0 + - base-4.8.2.0 - binary-0.7.5.0 - bin-package-db-0.0.0.0 - bytestring-0.10.6.0 - - Cabal-1.22.4.0 + - Cabal-1.22.5.0 - containers-0.5.6.2 - deepseq-1.4.1.1 - directory-1.2.2.0 - filepath-1.4.0.0 - - ghc-7.10.2 + - ghc-7.10.3 - ghc-prim-0.4.0.0 - haskeline-0.7.2.1 - hoopl-3.10.0.2 diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 13cac40328f..2a77b9e55ee 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -4113,7 +4113,7 @@ let haskell = callPackage ./haskell-packages.nix { }; - haskellPackages = haskell.packages.ghc7102.override { + haskellPackages = haskell.packages.ghc7103.override { overrides = config.haskellPackageOverrides or (self: super: {}); }; inherit (haskellPackages) ghc cabal-install stack;