ghcjs: build with GHC 7.10.3

+3 -3
+1 -1
pkgs/development/haskell-modules/configuration-ghcjs.nix
··· 12 # LLVM is not supported on this GHC; use the latest one. 13 inherit (pkgs) llvmPackages; 14 15 - inherit (pkgs.haskell.packages.ghc7102) jailbreak-cabal alex happy gtk2hs-buildtools; 16 17 # This is the list of packages that are built into a booted ghcjs installation 18 # It can be generated with the command:
··· 12 # LLVM is not supported on this GHC; use the latest one. 13 inherit (pkgs) llvmPackages; 14 15 + inherit (pkgs.haskell.packages.ghc7103) jailbreak-cabal alex happy gtk2hs-buildtools rehoo hoogle; 16 17 # This is the list of packages that are built into a booted ghcjs installation 18 # It can be generated with the command:
+2 -2
pkgs/top-level/haskell-packages.nix
··· 50 inherit (packages.ghc784) ghc alex happy; 51 }; 52 53 - ghcjs = packages.ghc7102.callPackage ../development/compilers/ghcjs { 54 - ghc = compiler.ghc7102; 55 }; 56 57 jhc = callPackage ../development/compilers/jhc {
··· 50 inherit (packages.ghc784) ghc alex happy; 51 }; 52 53 + ghcjs = packages.ghc7103.callPackage ../development/compilers/ghcjs { 54 + ghc = compiler.ghc7103; 55 }; 56 57 jhc = callPackage ../development/compilers/jhc {