summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghcjs.nix
diff options
context:
space:
mode:
authorCharles Strahan <charles.c.strahan@gmail.com>2016-01-31 20:06:56 -0500
committerCharles Strahan <charles.c.strahan@gmail.com>2016-01-31 20:44:49 -0500
commitc01eb0695424135f6669da5982f68ead5ef7316d (patch)
tree4617938c9236fb36d191754fc499dfc588980fc0 /pkgs/development/haskell-modules/configuration-ghcjs.nix
parentec1e4d54958463f3893b356420e847cff7948af8 (diff)
downloadnixpkgs-c01eb0695424135f6669da5982f68ead5ef7316d.tar
nixpkgs-c01eb0695424135f6669da5982f68ead5ef7316d.tar.gz
nixpkgs-c01eb0695424135f6669da5982f68ead5ef7316d.tar.bz2
nixpkgs-c01eb0695424135f6669da5982f68ead5ef7316d.tar.lz
nixpkgs-c01eb0695424135f6669da5982f68ead5ef7316d.tar.xz
nixpkgs-c01eb0695424135f6669da5982f68ead5ef7316d.tar.zst
nixpkgs-c01eb0695424135f6669da5982f68ead5ef7316d.zip
ghcjs: build with GHC 7.10.3
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghcjs.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghcjs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghcjs.nix b/pkgs/development/haskell-modules/configuration-ghcjs.nix
index 6e8c0be7d0d..b59c3447a2b 100644
--- a/pkgs/development/haskell-modules/configuration-ghcjs.nix
+++ b/pkgs/development/haskell-modules/configuration-ghcjs.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: