diff options
author | benl@ouroborus.net <unknown> | 2010-09-08 06:31:11 +0000 |
---|---|---|
committer | benl@ouroborus.net <unknown> | 2010-09-08 06:31:11 +0000 |
commit | b0ba46e41c0ed8ee649e6ca4ae5c4e6e7f36d260 (patch) | |
tree | 0f894139309dd5fe7163295ac818148497e680c0 /compiler/ghc.cabal.in | |
parent | fb12748edd4e2ad72d2af0736494414955f65aae (diff) | |
download | haskell-b0ba46e41c0ed8ee649e6ca4ae5c4e6e7f36d260.tar.gz |
Break out TyCon classifier 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 564cd95fa5..640aece35b 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -461,6 +461,7 @@ Library Vectorise.Vect Vectorise.Type.Type Vectorise.Type.TyConDecl + Vectorise.Type.Classify Vectorise.Builtins.Base Vectorise.Builtins.Initialise Vectorise.Builtins.Modules |