Add GhciMonad to the package.conf.in Modules list
[ghc-hetmet.git] / compiler / package.conf.in
1 name:           PACKAGE
2 version:        VERSION
3 license:        BSD3
4 maintainer:     glasgow-haskell-users@haskell.org
5 exposed:        False
6
7 exposed-modules:
8         AsmCodeGen
9         Bag
10         BasicTypes
11         BinIface
12         Binary
13         BitSet
14         Bitmap
15         Breakpoints
16         BuildTyCl
17         ByteCodeAsm
18         ByteCodeFFI
19         ByteCodeGen
20         ByteCodeInstr
21         ByteCodeItbls
22         ByteCodeLink
23         CLabel
24         CSE
25         CgBindery
26         CgCallConv
27         CgCase
28         CgClosure
29         CgCon
30         CgExpr
31         CgForeignCall
32         CgHeapery
33         CgInfoTbls
34         CgLetNoEscape
35         CgMonad
36         CgParallel
37         CgPrimOp
38         CgProf
39         CgStackery
40         CgTailCall
41         CgTicky
42         CgUtils
43         Check
44         Class
45         ClosureInfo
46         CmdLineParser
47         Cmm
48         CmmLex
49         CmmLint
50         CmmParse
51         CmmUtils
52         CodeGen
53         CodeOutput
54         Config
55         Constants
56         Convert
57         CoreFVs
58         CoreLint
59         CorePrep
60         CoreSubst
61         CoreSyn
62         CoreTidy
63         CoreToStg
64         CoreUnfold
65         CoreUtils
66         CostCentre
67         CprAnalyse
68         Ctype
69         DataCon
70         Debugger
71         Demand
72         Desugar
73         Digraph
74         DmdAnal
75         DriverMkDepend
76         DriverPhases
77         DriverPipeline
78         DsArrows
79         DsBinds
80         DsCCall
81         DsExpr
82         DsForeign
83         DsGRHSs
84         DsListComp
85         DsMeta
86         DsMonad
87         DsUtils
88         DynFlags
89         ErrUtils
90         ExternalCore
91         FastMutInt
92         Encoding
93         FastString
94         FastTypes
95         FieldLabel
96         Finder
97         FiniteMap
98         FlattenInfo
99         FlattenMonad
100         Flattening
101         FloatIn
102         FloatOut
103         ForeignCall
104         FunDeps
105         GHC
106         Generics
107         GhciMonad
108         HeaderInfo
109         HsBinds
110         HsDecls
111         HsExpr
112         HsImpExp
113         HsLit
114         HsPat
115         HsSyn
116         HsTypes
117         HsUtils
118         HsDoc
119         HscMain
120         HscStats
121         HscTypes
122         IOEnv
123         Id
124         IdInfo
125         IfaceEnv
126         IfaceSyn
127         IfaceType
128         IlxGen
129         Inst
130         InstEnv
131         Java
132         JavaGen
133         InteractiveUI
134         Lexer
135         LexCore
136         LiberateCase
137         Linker
138         ListSetOps
139         Literal
140         LoadIface
141         MachCodeGen
142         MachInstrs
143         MachOp
144         MachRegs
145         Match
146         MatchCon
147         MatchLit
148         Maybes
149         MkExternalCore
150         MkId
151         MkIface
152         Module
153         NCGMonad
154         NDPCoreUtils
155         Name
156         NameEnv
157         NameSet
158         NewDemand
159         ObjLink
160         OccName
161         OccurAnal
162         OrdList
163         Outputable
164         PArrAnal
165         PackageConfig
166         Packages
167         Panic
168         Parser
169         ParserCoreUtils
170         ParsePkgConf
171         PositionIndependentCode
172         PprC
173         PprCmm
174         PprCore
175         PprExternalCore
176         PprMach
177         PprTyThing
178         PrelInfo
179         PrelNames
180         PrintJava
181         PrelRules
182         Pretty
183         PrimOp
184         RdrHsSyn
185         RdrName
186         RegAllocInfo
187         RegisterAlloc
188         RnBinds
189         RnEnv
190         RnExpr
191         RnHsSyn
192         RnNames
193         RnSource
194         RnTypes
195         RtClosureInspect
196         Rules
197         SAT
198         SATMonad
199         SCCfinal
200         SMRep
201         SRT
202         SaAbsInt
203         SaLib
204         SetLevels
205         SimplCore
206         SimplEnv
207         SimplMonad
208         SimplStg
209         SimplUtils
210         Simplify
211         SpecConstr
212         Specialise
213         SrcLoc
214         StaticFlags
215         StgLint
216         StgStats
217         StgSyn
218         StrictAnal
219         StringBuffer
220         SysTools
221         TcArrows
222         TcBinds
223         TcClassDcl
224         TcDefaults
225         TcDeriv
226         TcEnv
227         TcExpr
228         TcForeign
229         TcGadt
230         TcGenDeriv
231         TcHsSyn
232         TcHsType
233         TcIface
234         TcInstDcls
235         TcMType
236         TcMatches
237         TcPat
238         TcRnDriver
239         TcRnMonad
240         TcRnTypes
241         TcRules
242         TcSimplify
243         TcSplice
244         TcTyClsDecls
245         TcTyDecls
246         TcType
247         TcUnify
248         TidyPgm
249         TyCon
250         Type
251         TypeRep
252         TysPrim
253         TysWiredIn
254         Unify
255         UniqFM
256         UniqSet
257         UniqSupply
258         Unique
259         Util
260         Var
261         VarEnv
262         VarSet
263         WorkWrap
264         WwLib
265         HaddockParse
266         HaddockLex
267
268 #ifdef INSTALLING
269 import-dirs:    PKG_LIBDIR"/hslibs-imports/ghc"
270 #else
271 import-dirs:   FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/utils",
272                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/basicTypes",
273                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/types",
274                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/hsSyn",
275                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/prelude",
276                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/rename",
277                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/typecheck",
278                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/deSugar",
279                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/ghci",
280                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/coreSyn",
281                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/specialise",
282                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/simplCore",
283                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/stranal",
284                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/stgSyn",
285                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/simplStg",
286                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/codeGen",
287                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/main",
288                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/profiling",
289                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/parser",
290                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/cprAnalysis",
291                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/ndpFlatten",
292                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/iface",
293                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/cmm",
294                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/nativeGen"
295 #endif
296
297 #ifdef INSTALLING
298 library-dirs:           LIB_DIR
299 #else
300 library-dirs:           FPTOOLS_TOP_ABS"/compiler"
301 #endif
302
303 hs-libraries:           "HSghc"
304 extra-libraries:
305 depends:                PKG_DEPENDS
306 haddock-interfaces:     HADDOCK_IFACE
307 haddock-html:           HTML_DIR