nixpkgs/pkgs/development/compilers/ghcjs/ghcjs-boot.nix
2016-01-31 20:07:12 -05:00

8 lines
219 B
Nix

{ fetchgit }:
fetchgit {
url = git://github.com/ghcjs/ghcjs-boot.git;
rev = "97dea5c4145bf80a1e7cffeb1ecd4d0ecacd5a2f";
sha256 = "1cgjzm595l2dx6fibzbkyv23bp1857qia0hb9d8aghf006al558j";
fetchSubmodules = true;
}