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

git at git.haskell.org git at git.haskell.org
Wed Feb 7 06:40:15 UTC 2018


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

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

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

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

    Add network submodule.


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

ddf45c07d0d6c31232605da1c2409c864f99fc9a
 .gitmodules       | 3 +++
 libraries/network | 1 +
 2 files changed, 4 insertions(+)

diff --git a/.gitmodules b/.gitmodules
index 9d5608a..27dd68f 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -141,4 +141,7 @@
 [submodule "libraries/data-bitcode-edsl"]
 	path = libraries/data-bitcode-edsl
 	url = https://github.com/angerman/data-bitcode-edsl.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