Merge pull request #5718 from ryantrinkle/master

Pull submodules of the ghcjs-boot repository recursively
This commit is contained in:
Peter Simons 2015-01-12 10:20:10 +01:00
commit e6bd78e8e5
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ let
url = git://github.com/ghcjs/ghcjs-boot.git;
rev = "5c7a71472d5a797e895914d3b82cea447a058793";
sha256 = "0dp97bgbnlr3sd9yfnk27p6dfv46fi26sn6y6qv1wxs5i29kmjav";
fetchSubmodules = true;
};
shims = fetchgit {
url = git://github.com/ghcjs/shims.git;