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 | |
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.
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | hadrian | 21 |
2 files changed, 24 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 diff --git a/hadrian b/hadrian new file mode 160000 +Subproject 86216e249f307a778bef3755afb7474910bc60c |