summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-12-02 16:49:36 +0000
committerIan Lynagh <ian@well-typed.com>2012-12-02 16:58:21 +0000
commit8fd3f3cebaccd270e10bc7b288a169ea9d0d5e29 (patch)
treebae7154162dc72a778f39e75ff1d7d4e02189ecf /.gitmodules
parent691c8a8cef3b26a7f4734a6f7b69871a0ed726fd (diff)
downloadhaskell-8fd3f3cebaccd270e10bc7b288a169ea9d0d5e29.tar.gz
Use a submodule for the time package
This bring the time package into line with how we handle other packages.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index d73487af17..5befbfc7f4 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -34,3 +34,6 @@
[submodule "libraries/vector"]
path = libraries/vector
url = http://darcs.haskell.org/libraries/vector.git/
+[submodule "libraries/time"]
+ path = libraries/time
+ url = http://darcs.haskell.org/libraries/time.git/