ghcjs: build with GHC 7.10.3
This commit is contained in:
parent
ec1e4d5495
commit
c01eb06954
@ -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:
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user