From 3cb063c805ec841ca33b8371ef8aba9329221b6c Mon Sep 17 00:00:00 2001 From: Alec Theriault Date: Wed, 13 Feb 2019 07:44:58 -0800 Subject: 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. --- packages | 1 - 1 file changed, 1 deletion(-) (limited to 'packages') diff --git a/packages b/packages index 2f4dfd112a..40141ac217 100644 --- a/packages +++ b/packages @@ -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 - -- cgit v1.2.1