summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2018-06-02 11:56:58 -0400
committerBen Gamari <ben@smart-cactus.org>2018-06-02 16:21:12 -0400
commitfaee23bb69ca813296da484bc177f4480bcaee9f (patch)
tree28e1c99f0de9d505c1df81ae7459839f5db4121c /compiler/ghc.cabal.in
parent13a86606e51400bc2a81a0e04cfbb94ada5d2620 (diff)
downloadhaskell-faee23bb69ca813296da484bc177f4480bcaee9f.tar.gz
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
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r--compiler/ghc.cabal.in30
1 files changed, 0 insertions, 30 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 267e03b084..a6e6149f9f 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -160,7 +160,6 @@ Library
typecheck
types
utils
- vectorise
-- we use an explicit Prelude
Default-Extensions:
@@ -534,35 +533,6 @@ Library
UniqMap
UniqSet
Util
- Vectorise.Builtins.Base
- Vectorise.Builtins.Initialise
- Vectorise.Builtins
- Vectorise.Monad.Base
- Vectorise.Monad.Naming
- Vectorise.Monad.Local
- Vectorise.Monad.Global
- Vectorise.Monad.InstEnv
- Vectorise.Monad
- Vectorise.Utils.Base
- Vectorise.Utils.Closure
- Vectorise.Utils.Hoisting
- Vectorise.Utils.PADict
- Vectorise.Utils.Poly
- Vectorise.Utils
- Vectorise.Generic.Description
- Vectorise.Generic.PAMethods
- Vectorise.Generic.PADict
- Vectorise.Generic.PData
- Vectorise.Type.Env
- Vectorise.Type.Type
- Vectorise.Type.TyConDecl
- Vectorise.Type.Classify
- Vectorise.Convert
- Vectorise.Vect
- Vectorise.Var
- Vectorise.Env
- Vectorise.Exp
- Vectorise
Hoopl.Block
Hoopl.Collections
Hoopl.Dataflow