diff options
author | benl@ouroborus.net <unknown> | 2010-08-31 10:07:24 +0000 |
---|---|---|
committer | benl@ouroborus.net <unknown> | 2010-08-31 10:07:24 +0000 |
commit | 0e82126ed0bd2d16a1925d8a8a6c5eb6d7762ac5 (patch) | |
tree | ab12c843b0196e8d016e02e17f9bf8436cf4b7c9 /compiler/ghc.cabal.in | |
parent | 7e399d96eca4f5274f8c9364448f0b4a5f8e1a74 (diff) | |
download | haskell-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.in | 11 |
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 |