From faee23bb69ca813296da484bc177f4480bcaee9f Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Sat, 2 Jun 2018 11:56:58 -0400 Subject: vectorise: Put it out of its misery Poor DPH and its vectoriser have long been languishing; sadly it seems there is little chance that the effort will be rekindled. Every few years we discuss what to do with this mass of code and at least once we have agreed that it should be archived on a branch and removed from `master`. Here we do just that, eliminating heaps of dead code in the process. Here we drop the ParallelArrays extension, the vectoriser, and the `vector` and `primitive` submodules. Test Plan: Validate Reviewers: simonpj, simonmar, hvr, goldfire, alanz Reviewed By: simonmar Subscribers: goldfire, rwbarton, thomie, mpickering, carter Differential Revision: https://phabricator.haskell.org/D4761 --- packages | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'packages') diff --git a/packages b/packages index 69aed70839..94dad9e137 100644 --- a/packages +++ b/packages @@ -12,7 +12,6 @@ # The repos are of several kinds: # - The main GHC source repo # - Each boot package lives in a repo -# - DPH is a repo that contains several packages # - Haddock and hsc2hs are applications, built on top of GHC, # and in turn needed to bootstrap GHC # - ghc-tarballs is need to build GHC @@ -29,7 +28,7 @@ # GitHub and GHC developers are granted push-rights for are denoted by # being specified with the `ssh://` scheme. Thus, `https://` # repo urls denote read-only access. -# * 'tag', in combination with the variables BUILD_DPH and BUILD_EXTRA_PKGS, +# * 'tag', in combination with the variable BUILD_EXTRA_PKGS, # determines which packages are build by default. # # Lines that start with a '#' are comments. @@ -67,7 +66,4 @@ nofib nofib - - libraries/parallel extra - ssh://git@github.com/haskell/parallel.git libraries/stm - - ssh://git@github.com/haskell/stm.git libraries/random extra - https://github.com/haskell/random.git -libraries/primitive dph - https://github.com/haskell/primitive.git -libraries/vector dph - https://github.com/haskell/vector.git -libraries/dph dph - - . - ghc.git - -- cgit v1.2.1