[commit: ghc] master: Add .gitmodules entries for text, parsec, mtl submodules (8ef8520)
git at git.haskell.org
git at git.haskell.org
Tue Aug 1 20:52:38 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/8ef852098286749af1165e1215204a5de63babaf/ghc
>---------------------------------------------------------------
commit 8ef852098286749af1165e1215204a5de63babaf
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Aug 1 16:51:41 2017 -0400
Add .gitmodules entries for text, parsec, mtl submodules
>---------------------------------------------------------------
8ef852098286749af1165e1215204a5de63babaf
.gitmodules | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/.gitmodules b/.gitmodules
index 07ed3b7..9e0e805 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -74,6 +74,18 @@
path = libraries/hpc
url = ../packages/hpc.git
ignore = none
+[submodule "libraries/parsec"]
+ path = libraries/parsec
+ url = ../packages/parsec.git
+ ignore = none
+[submodule "libraries/text"]
+ path = libraries/text
+ url = ../packages/text.git
+ ignore = none
+[submodule "libraries/mtl"]
+ path = libraries/mtl
+ url = ../packages/mtl.git
+ ignore = none
[submodule "libraries/process"]
path = libraries/process
url = ../packages/process.git
More information about the ghc-commits
mailing list