diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-03 15:31:43 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-03 15:31:43 +0000 |
commit | d034b5ac83fa111a9aea4f6ace32c52ece711832 (patch) | |
tree | a40fb91669866c6f25e1945c6cbe633236b62c6d /.gitmodules | |
parent | 7d6fece2e7c1e98928b939dc483522d79fe6b7d6 (diff) | |
download | haskell-d034b5ac83fa111a9aea4f6ace32c52ece711832.tar.gz |
random is a submodule
Looks like I forgot to make it one in the original conversion
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 5befbfc7f4..72303a8e97 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,3 +37,6 @@ [submodule "libraries/time"] path = libraries/time url = http://darcs.haskell.org/libraries/time.git/ +[submodule "libraries/random"] + path = libraries/random + url = http://darcs.haskell.org/libraries/random.git/ |