X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fpackage.conf.in;h=2342e14ecf800c774c3505ef37cdc725eefb8e32;hp=806b094ab26959d44341993c6b060e0376f40ee2;hb=7fc749a43b4b6b85d234fa95d4928648259584f4;hpb=5f19ed50a01c88b21725b3d73615cc02760e6bbe diff --git a/compiler/package.conf.in b/compiler/package.conf.in index 806b094..2342e14 100644 --- a/compiler/package.conf.in +++ b/compiler/package.conf.in @@ -259,6 +259,12 @@ exposed-modules: Var VarEnv VarSet + VectBuiltIn + VectCore + VectMonad + VectType + VectUtils + Vectorise WorkWrap WwLib HaddockParse @@ -277,6 +283,7 @@ import-dirs: FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/utils", FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/deSugar", FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/ghci", FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/coreSyn", + FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/vectorise", FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/specialise", FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/simplCore", FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/stranal",