mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
ghcjsHEAD: bump git revision
This particular revision brings significant performance improvements when building code that uses TemplateHaskell.
This commit is contained in:
parent
721ab54072
commit
d0c68a1658
@ -8,10 +8,10 @@ bootPkgs.callPackage ./base.nix {
|
|||||||
ghcjsSrc = fetchFromGitHub {
|
ghcjsSrc = fetchFromGitHub {
|
||||||
# TODO: switch back to the regular ghcjs repo
|
# TODO: switch back to the regular ghcjs repo
|
||||||
# when https://github.com/ghcjs/ghcjs/pull/573 is merged.
|
# when https://github.com/ghcjs/ghcjs/pull/573 is merged.
|
||||||
owner = "basvandijk";
|
owner = "k0001";
|
||||||
repo = "ghcjs";
|
repo = "ghcjs";
|
||||||
rev = "e6cdc71964a1c2e4184416a493e9d384c408914c";
|
rev = "600015e085a28da601b65a41c513d4a458fcd184";
|
||||||
sha256 = "00fk9qwyx4vpvr0h9jbqxwlrvl6w63l5sq8r357prsp6xyv5zniz";
|
sha256 = "01kirrg0fnfwhllvwgfqjiwzwj4yv4lyig87x61n9jp6y5shzjdx";
|
||||||
};
|
};
|
||||||
ghcjsBootSrc = fetchgit {
|
ghcjsBootSrc = fetchgit {
|
||||||
# TODO: switch back to git://github.com/ghcjs/ghcjs-boot.git
|
# TODO: switch back to git://github.com/ghcjs/ghcjs-boot.git
|
||||||
|
Loading…
Reference in New Issue
Block a user