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

This commit is contained in:
Peter Simons 2015-12-17 11:43:35 +01:00
parent d2d68b0d92
commit fced3e3222
2 changed files with 5 additions and 5 deletions

View file

@ -1,19 +1,19 @@
# pkgs/development/haskell-modules/configuration-hackage2nix.yaml # pkgs/development/haskell-modules/configuration-hackage2nix.yaml
compiler: ghc-7.10 compiler: ghc-7.10.3
core-packages: core-packages:
- array-0.5.1.0 - array-0.5.1.0
- base-4.8.1.0 - base-4.8.2.0
- binary-0.7.5.0 - binary-0.7.5.0
- bin-package-db-0.0.0.0 - bin-package-db-0.0.0.0
- bytestring-0.10.6.0 - bytestring-0.10.6.0
- Cabal-1.22.4.0 - Cabal-1.22.5.0
- containers-0.5.6.2 - containers-0.5.6.2
- deepseq-1.4.1.1 - deepseq-1.4.1.1
- directory-1.2.2.0 - directory-1.2.2.0
- filepath-1.4.0.0 - filepath-1.4.0.0
- ghc-7.10.2 - ghc-7.10.3
- ghc-prim-0.4.0.0 - ghc-prim-0.4.0.0
- haskeline-0.7.2.1 - haskeline-0.7.2.1
- hoopl-3.10.0.2 - hoopl-3.10.0.2

View file

@ -4113,7 +4113,7 @@ let
haskell = callPackage ./haskell-packages.nix { }; haskell = callPackage ./haskell-packages.nix { };
haskellPackages = haskell.packages.ghc7102.override { haskellPackages = haskell.packages.ghc7103.override {
overrides = config.haskellPackageOverrides or (self: super: {}); overrides = config.haskellPackageOverrides or (self: super: {});
}; };
inherit (haskellPackages) ghc cabal-install stack; inherit (haskellPackages) ghc cabal-install stack;