[commit: ghc] wip/angerman/llvmng: replace git subtree with submodule. (e71ca91)

git at git.haskell.org git at git.haskell.org
Tue Jan 9 02:40:34 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/angerman/llvmng
Link       : http://ghc.haskell.org/trac/ghc/changeset/e71ca915e2f7e1ce9e25d819a011e5b8c7d3a5c3/ghc

>---------------------------------------------------------------

commit e71ca915e2f7e1ce9e25d819a011e5b8c7d3a5c3
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date:   Fri Dec 8 13:12:09 2017 +0800

    replace git subtree with submodule.


>---------------------------------------------------------------

e71ca915e2f7e1ce9e25d819a011e5b8c7d3a5c3
 .gitmodules | 3 +++
 hadrian     | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules
index 8c4b070..3fbbecc 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -138,3 +138,6 @@
 [submodule "libraries/data-bitcode-edsl"]
 	path = libraries/data-bitcode-edsl
 	url = https://github.com/angerman/data-bitcode-edsl.git
+[submodule "hadrian"]
+	path = hadrian
+	url = https://github.com/snowleopard/hadrian.git
diff --git a/hadrian b/hadrian
index 86216e2..323212d 160000
--- a/hadrian
+++ b/hadrian
@@ -1 +1 @@
-Subproject commit 86216e249f307a778bef3755afb7474910bc60cc
+Subproject commit 323212d071d02e9435fb2c1eb3c47edd13cba195



More information about the ghc-commits mailing list