diff options
author | benl@ouroborus.net <unknown> | 2010-09-07 11:03:11 +0000 |
---|---|---|
committer | benl@ouroborus.net <unknown> | 2010-09-07 11:03:11 +0000 |
commit | 099ead5c6163eb36d49d2883326128111b592825 (patch) | |
tree | 111f44987b05104c61e8bc87b4365fce14003590 /compiler/ghc.cabal.in | |
parent | 6cc7b5187ce33b318ac4ded4e2820a9ef487f42a (diff) | |
download | haskell-099ead5c6163eb36d49d2883326128111b592825.tar.gz |
Break out type vectorisation into own module
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index c9b219f5a3..b4ab55c6ee 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -459,6 +459,7 @@ Library VectVar Vectorise.Env Vectorise.Vect + Vectorise.Type.Type Vectorise.Builtins.Base Vectorise.Builtins.Initialise Vectorise.Builtins.Modules |