[commit: ghc] wip/angerman/llvmng: Add network submodule. (07c68d9)

git at git.haskell.org git at git.haskell.org
Fri Dec 8 05:32:00 UTC 2017


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

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

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

commit 07c68d980c7939730c342fe1a265183f1f48eb9d
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date:   Mon Nov 27 11:44:46 2017 +0800

    Add network submodule.


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

07c68d980c7939730c342fe1a265183f1f48eb9d
 .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