summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorCharles Strahan <charles.c.strahan@gmail.com>2015-05-11 00:46:24 -0400
committerCharles Strahan <charles.c.strahan@gmail.com>2015-05-11 00:52:52 -0400
commite3696ed37fc18f7395d4e0a23a299977173dac09 (patch)
treeee6b605afafd2e32691940945b6013ef8d45fcb5 /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parent142b48688c257022d2a697fb1c3a4986cacac447 (diff)
downloadnixpkgs-e3696ed37fc18f7395d4e0a23a299977173dac09.tar
nixpkgs-e3696ed37fc18f7395d4e0a23a299977173dac09.tar.gz
nixpkgs-e3696ed37fc18f7395d4e0a23a299977173dac09.tar.bz2
nixpkgs-e3696ed37fc18f7395d4e0a23a299977173dac09.tar.lz
nixpkgs-e3696ed37fc18f7395d4e0a23a299977173dac09.tar.xz
nixpkgs-e3696ed37fc18f7395d4e0a23a299977173dac09.tar.zst
nixpkgs-e3696ed37fc18f7395d4e0a23a299977173dac09.zip
ghcjs: bump ghcjs-prim
closes #7768
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
index eebc80a44ea..fe3207ada24 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -145,8 +145,8 @@ self: super: {
     version = "0.1.0.0";
     src = fetchgit {
       url = git://github.com/ghcjs/ghcjs-prim.git;
-      rev = "ca08e46257dc276e01d08fb47a693024bae001fa"; # ghc-7.10 branch
-      sha256 = "0w7sqzp5p70yhmdhqasgkqbf3b61wb24djlavwil2j8ry9y472w3";
+      rev = "dfeaab2aafdfefe46bf12960d069f28d2e5f1454"; # ghc-7.10 branch
+      sha256 = "19kyb26nv1hdpp0kc2gaxkq5drw5ib4za0641py5i4bbf1g58yvy";
     };
     buildDepends = [ primitive ];
     license = pkgs.stdenv.lib.licenses.bsd3;