ghcjs: build with GHC 7.10.3

This commit is contained in:
Charles Strahan 2016-01-31 20:06:56 -05:00
parent ec1e4d5495
commit c01eb06954
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ self: super: {
# LLVM is not supported on this GHC; use the latest one.
inherit (pkgs) llvmPackages;
inherit (pkgs.haskell.packages.ghc7102) jailbreak-cabal alex happy gtk2hs-buildtools;
inherit (pkgs.haskell.packages.ghc7103) jailbreak-cabal alex happy gtk2hs-buildtools rehoo hoogle;
# This is the list of packages that are built into a booted ghcjs installation
# It can be generated with the command:

View File

@ -50,8 +50,8 @@ rec {
inherit (packages.ghc784) ghc alex happy;
};
ghcjs = packages.ghc7102.callPackage ../development/compilers/ghcjs {
ghc = compiler.ghc7102;
ghcjs = packages.ghc7103.callPackage ../development/compilers/ghcjs {
ghc = compiler.ghc7103;
};
jhc = callPackage ../development/compilers/jhc {