diff options
author | Roman Leshchinskiy <rl@cse.unsw.edu.au> | 2007-07-17 04:16:45 +0000 |
---|---|---|
committer | Roman Leshchinskiy <rl@cse.unsw.edu.au> | 2007-07-17 04:16:45 +0000 |
commit | df62b50deaadeab84a89b20b277dd4707f90c724 (patch) | |
tree | f3ec2dd66fc0ae601589880a5b939fa5f6ed2198 /compiler/package.conf.in | |
parent | 13ae8118913e5df9a8e8ff859cef8dd4bbcf8506 (diff) | |
download | haskell-df62b50deaadeab84a89b20b277dd4707f90c724.tar.gz |
Move type vectorisation code to a separate module
Diffstat (limited to 'compiler/package.conf.in')
-rw-r--r-- | compiler/package.conf.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/package.conf.in b/compiler/package.conf.in index 24e9d72214..6b33e08f35 100644 --- a/compiler/package.conf.in +++ b/compiler/package.conf.in @@ -260,6 +260,7 @@ exposed-modules: VarEnv VarSet VectMonad + VectType VectUtils Vectorise WorkWrap |