Switch ghcjs to ghc 7.10.2.
This commit is contained in:
parent
961011aea1
commit
fcb8d47fcd
@ -7,7 +7,7 @@ self: super: {
|
|||||||
# LLVM is not supported on this GHC; use the latest one.
|
# LLVM is not supported on this GHC; use the latest one.
|
||||||
inherit (pkgs) llvmPackages;
|
inherit (pkgs) llvmPackages;
|
||||||
|
|
||||||
inherit (pkgs.haskell-ng.packages.ghc7101) jailbreak-cabal alex happy;
|
inherit (pkgs.haskell.packages.ghc7102) jailbreak-cabal alex happy;
|
||||||
|
|
||||||
# Many packages fail with:
|
# Many packages fail with:
|
||||||
# haddock: internal error: expectJust getPackageDetails
|
# haddock: internal error: expectJust getPackageDetails
|
||||||
|
@ -44,8 +44,8 @@ rec {
|
|||||||
libiconv = pkgs.darwin.libiconv;
|
libiconv = pkgs.darwin.libiconv;
|
||||||
});
|
});
|
||||||
|
|
||||||
ghcjs = packages.ghc7101.callPackage ../development/compilers/ghcjs {
|
ghcjs = packages.ghc7102.callPackage ../development/compilers/ghcjs {
|
||||||
ghc = compiler.ghc7101;
|
ghc = compiler.ghc7102;
|
||||||
};
|
};
|
||||||
|
|
||||||
jhc = callPackage ../development/compilers/jhc {
|
jhc = callPackage ../development/compilers/jhc {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user