summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorAlec Theriault <alec.theriault@gmail.com>2019-02-13 07:44:58 -0800
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-02-16 09:16:32 -0500
commit3cb063c805ec841ca33b8371ef8aba9329221b6c (patch)
treecc036e6f732cf1f72454d2950a5b4ff4b6cdd70c /.gitmodules
parent7752fa54909a10b565a80a5ca8b751e174b14282 (diff)
downloadhaskell-3cb063c805ec841ca33b8371ef8aba9329221b6c.tar.gz
Remove `parallel` as a submodule
`parallel` is used in exactly one place in the GHC tree: the T2317 test. It seems almost by accident that it is a submodule; libraries needed only for tests should net be included as submodules (see `QuickCheck`, `async`, `haskell98`, `regex-compat`, `utf8-string`, `vector` and more for examples). T2317 will now get run only when `parallel` is installed instead of `parallel` being required for the testsuite to run.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
index d2ab9ed668..5700a96a22 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -83,10 +83,6 @@
url = ../packages/unix.git
ignore = untracked
branch = 2.7
-[submodule "libraries/parallel"]
- path = libraries/parallel
- url = ../packages/parallel.git
- ignore = untracked
[submodule "libraries/stm"]
path = libraries/stm
url = ../packages/stm.git