From f9a0b1974dcf20d361539bd03b49f273f7118d7d Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Sun, 10 Dec 2006 22:32:17 +0000 Subject: [PATCH] Add the debugger related modules to package.conf --- compiler/package.conf.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compiler/package.conf.in b/compiler/package.conf.in index 58ce197..fdea275 100644 --- a/compiler/package.conf.in +++ b/compiler/package.conf.in @@ -12,6 +12,7 @@ exposed-modules: Binary BitSet Bitmap + Breakpoints BuildTyCl ByteCodeAsm ByteCodeFFI @@ -66,6 +67,7 @@ exposed-modules: CprAnalyse Ctype DataCon + Debugger Demand Desugar Digraph @@ -75,6 +77,7 @@ exposed-modules: DriverPipeline DsArrows DsBinds + DsBreakpoint DsCCall DsExpr DsForeign @@ -189,6 +192,7 @@ exposed-modules: RnNames RnSource RnTypes + RtClosureInspect Rules SAT SATMonad -- 1.7.10.4