diff options
author | Alec Theriault <alec.theriault@gmail.com> | 2019-02-13 07:44:58 -0800 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-02-16 09:16:32 -0500 |
commit | 3cb063c805ec841ca33b8371ef8aba9329221b6c (patch) | |
tree | cc036e6f732cf1f72454d2950a5b4ff4b6cdd70c /packages | |
parent | 7752fa54909a10b565a80a5ca8b751e174b14282 (diff) | |
download | haskell-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 'packages')
-rw-r--r-- | packages | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -65,6 +65,5 @@ libraries/unix - - ssh://g libraries/Win32 - - https://github.com/haskell/win32.git libraries/xhtml - - https://github.com/haskell/xhtml.git nofib nofib - - -libraries/parallel extra - ssh://git@github.com/haskell/parallel.git libraries/stm - - ssh://git@github.com/haskell/stm.git . - ghc.git - |