[commit: ghc] wip/angerman/llvmng: Add network submodule. (8a0fbdd)
git at git.haskell.org
git at git.haskell.org
Fri Dec 8 05:22:58 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/angerman/llvmng
Link : http://ghc.haskell.org/trac/ghc/changeset/8a0fbdd96b6df9a7af602bcb428a7e059a8ea4a1/ghc
>---------------------------------------------------------------
commit 8a0fbdd96b6df9a7af602bcb428a7e059a8ea4a1
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date: Mon Nov 27 11:44:46 2017 +0800
Add network submodule.
>---------------------------------------------------------------
8a0fbdd96b6df9a7af602bcb428a7e059a8ea4a1
.gitmodules | 3 +++
libraries/network | 1 +
2 files changed, 4 insertions(+)
diff --git a/.gitmodules b/.gitmodules
index 3fbbecc..8a330d6 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -141,3 +141,6 @@
[submodule "hadrian"]
path = hadrian
url = https://github.com/snowleopard/hadrian.git
+[submodule "libraries/network"]
+ path = libraries/network
+ url = https://github.com/haskell/network.git
diff --git a/libraries/network b/libraries/network
new file mode 160000
index 0000000..fe70032
--- /dev/null
+++ b/libraries/network
@@ -0,0 +1 @@
+Subproject commit fe7003293c9a08497a9df6cc18bb3868c96bda8f
More information about the ghc-commits
mailing list