diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-12-08 13:02:06 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-12-08 13:49:46 -0500 |
commit | 4335c07ca7e64624819b22644d7591853826bd75 (patch) | |
tree | 34c52befafd89955e33b1b7e0c29468f7a059c4f /.gitmodules | |
parent | 7733e44dd4ba7e7a0a9f3456e6ddc32decbcf5a3 (diff) | |
download | haskell-4335c07ca7e64624819b22644d7591853826bd75.tar.gz |
Add hadrian as a submodule
It will remain a submodule until we are ready to merge Hadrian into the
tree.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f5ec0ef554..2125a92ce3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -129,3 +129,6 @@ [submodule ".arc-linters/arcanist-external-json-linter"] path = .arc-linters/arcanist-external-json-linter url = ../arcanist-external-json-linter.git +[submodule "hadrian"] + path = hadrian + url = ../hadrian.git |