haskellPackages: Stackage Nightly 2015-12-17 updates to GHC 7.10.3

+5 -5
+4 -4
pkgs/development/haskell-modules/configuration-hackage2nix.yaml
··· 1 # pkgs/development/haskell-modules/configuration-hackage2nix.yaml 2 3 - compiler: ghc-7.10 4 5 core-packages: 6 - array-0.5.1.0 7 - - base-4.8.1.0 8 - binary-0.7.5.0 9 - bin-package-db-0.0.0.0 10 - bytestring-0.10.6.0 11 - - Cabal-1.22.4.0 12 - containers-0.5.6.2 13 - deepseq-1.4.1.1 14 - directory-1.2.2.0 15 - filepath-1.4.0.0 16 - - ghc-7.10.2 17 - ghc-prim-0.4.0.0 18 - haskeline-0.7.2.1 19 - hoopl-3.10.0.2
··· 1 # pkgs/development/haskell-modules/configuration-hackage2nix.yaml 2 3 + compiler: ghc-7.10.3 4 5 core-packages: 6 - array-0.5.1.0 7 + - base-4.8.2.0 8 - binary-0.7.5.0 9 - bin-package-db-0.0.0.0 10 - bytestring-0.10.6.0 11 + - Cabal-1.22.5.0 12 - containers-0.5.6.2 13 - deepseq-1.4.1.1 14 - directory-1.2.2.0 15 - filepath-1.4.0.0 16 + - ghc-7.10.3 17 - ghc-prim-0.4.0.0 18 - haskeline-0.7.2.1 19 - hoopl-3.10.0.2
+1 -1
pkgs/top-level/all-packages.nix
··· 4113 4114 haskell = callPackage ./haskell-packages.nix { }; 4115 4116 - haskellPackages = haskell.packages.ghc7102.override { 4117 overrides = config.haskellPackageOverrides or (self: super: {}); 4118 }; 4119 inherit (haskellPackages) ghc cabal-install stack;
··· 4113 4114 haskell = callPackage ./haskell-packages.nix { }; 4115 4116 + haskellPackages = haskell.packages.ghc7103.override { 4117 overrides = config.haskellPackageOverrides or (self: super: {}); 4118 }; 4119 inherit (haskellPackages) ghc cabal-install stack;