ghcjs: build with GHC 7.10.3

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