summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorbenl@ouroborus.net <unknown>2010-08-31 10:07:24 +0000
committerbenl@ouroborus.net <unknown>2010-08-31 10:07:24 +0000
commit0e82126ed0bd2d16a1925d8a8a6c5eb6d7762ac5 (patch)
treeab12c843b0196e8d016e02e17f9bf8436cf4b7c9 /compiler/ghc.cabal.in
parent7e399d96eca4f5274f8c9364448f0b4a5f8e1a74 (diff)
downloadhaskell-0e82126ed0bd2d16a1925d8a8a6c5eb6d7762ac5.tar.gz
Finish breaking up VectBuiltIn and VectMonad, and add comments
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r--compiler/ghc.cabal.in11
1 files changed, 9 insertions, 2 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index f8eac7b546..741f4c7330 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -454,15 +454,22 @@ Library
UniqFM
UniqSet
Util
- VectBuiltIn
- VectMonad
VectType
VectUtils
VectVar
Vectorise.Env
Vectorise.Vect
Vectorise.Builtins.Base
+ Vectorise.Builtins.Initialise
Vectorise.Builtins.Modules
+ Vectorise.Builtins.Prelude
+ Vectorise.Builtins
+ Vectorise.Monad.Base
+ Vectorise.Monad.Naming
+ Vectorise.Monad.Local
+ Vectorise.Monad.Global
+ Vectorise.Monad.InstEnv
+ Vectorise.Monad
Vectorise
-- We only need to expose more modules as some of the ncg code is used