mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
haskellPackages: Stackage Nightly 2015-12-17 updates to GHC 7.10.3
This commit is contained in:
parent
d2d68b0d92
commit
fced3e3222
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user