ghcjs: build with GHC 7.10.3

wip/yesman
Charles Strahan 8 years ago
parent ec1e4d5495
commit c01eb06954
  1. 2
      pkgs/development/haskell-modules/configuration-ghcjs.nix
  2. 4
      pkgs/top-level/haskell-packages.nix

@ -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…
Cancel
Save