Skip to content

Commit

Permalink
ghcjsHEAD: bump git revision
Browse files Browse the repository at this point in the history
This particular revision brings significant performance improvements
when building code that uses TemplateHaskell.

(cherry picked from commit d0c68a1)
  • Loading branch information
k0001 authored and shlevy committed Jun 5, 2017
1 parent 9ed5dba commit 883cc6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/compilers/ghcjs/head.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ bootPkgs.callPackage ./base.nix {
ghcjsSrc = fetchFromGitHub {
# TODO: switch back to the regular ghcjs repo
# when https://github.com/ghcjs/ghcjs/pull/573 is merged.
owner = "basvandijk";
owner = "k0001";
repo = "ghcjs";
rev = "e6cdc71964a1c2e4184416a493e9d384c408914c";
sha256 = "00fk9qwyx4vpvr0h9jbqxwlrvl6w63l5sq8r357prsp6xyv5zniz";
rev = "600015e085a28da601b65a41c513d4a458fcd184";
sha256 = "01kirrg0fnfwhllvwgfqjiwzwj4yv4lyig87x61n9jp6y5shzjdx";
};
ghcjsBootSrc = fetchgit {
# TODO: switch back to git://github.com/ghcjs/ghcjs-boot.git
Expand Down

0 comments on commit 883cc6d

Please sign in to comment.