[commit: ghc] master: Add hadrian as a submodule (4335c07)
git at git.haskell.org
git at git.haskell.org
Fri Dec 8 18:50:19 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/4335c07ca7e64624819b22644d7591853826bd75/ghc
>---------------------------------------------------------------
commit 4335c07ca7e64624819b22644d7591853826bd75
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Dec 8 13:02:06 2017 -0500
Add hadrian as a submodule
It will remain a submodule until we are ready to merge Hadrian into the
tree.
>---------------------------------------------------------------
4335c07ca7e64624819b22644d7591853826bd75
.gitmodules | 3 +++
hadrian | 1 +
2 files changed, 4 insertions(+)
diff --git a/.gitmodules b/.gitmodules
index f5ec0ef..2125a92 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
index 0000000..86216e2
--- /dev/null
+++ b/hadrian
@@ -0,0 +1 @@
+Subproject commit 86216e249f307a778bef3755afb7474910bc60cc
More information about the ghc-commits
mailing list