Re-working of the breakpoint support
[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         HeaderInfo
108         HsBinds
109         HsDecls
110         HsExpr
111         HsImpExp
112         HsLit
113         HsPat
114         HsSyn
115         HsTypes
116         HsUtils
117         HsDoc
118         HscMain
119         HscStats
120         HscTypes
121         IOEnv
122         Id
123         IdInfo
124         IfaceEnv
125         IfaceSyn
126         IfaceType
127         IlxGen
128         Inst
129         InstEnv
130         Java
131         JavaGen
132         InteractiveUI
133         Lexer
134         LexCore
135         LiberateCase
136         Linker
137         ListSetOps
138         Literal
139         LoadIface
140         MachCodeGen
141         MachInstrs
142         MachOp
143         MachRegs
144         Match
145         MatchCon
146         MatchLit
147         Maybes
148         MkExternalCore
149         MkId
150         MkIface
151         Module
152         NCGMonad
153         NDPCoreUtils
154         Name
155         NameEnv
156         NameSet
157         NewDemand
158         ObjLink
159         OccName
160         OccurAnal
161         OrdList
162         Outputable
163         PArrAnal
164         PackageConfig
165         Packages
166         Panic
167         Parser
168         ParserCoreUtils
169         ParsePkgConf
170         PositionIndependentCode
171         PprC
172         PprCmm
173         PprCore
174         PprExternalCore
175         PprMach
176         PprTyThing
177         PrelInfo
178         PrelNames
179         PrintJava
180         PrelRules
181         Pretty
182         PrimOp
183         RdrHsSyn
184         RdrName
185         RegAllocInfo
186         RegisterAlloc
187         RnBinds
188         RnEnv
189         RnExpr
190         RnHsSyn
191         RnNames
192         RnSource
193         RnTypes
194         RtClosureInspect
195         Rules
196         SAT
197         SATMonad
198         SCCfinal
199         SMRep
200         SRT
201         SaAbsInt
202         SaLib
203         SetLevels
204         SimplCore
205         SimplEnv
206         SimplMonad
207         SimplStg
208         SimplUtils
209         Simplify
210         SpecConstr
211         Specialise
212         SrcLoc
213         StaticFlags
214         StgLint
215         StgStats
216         StgSyn
217         StrictAnal
218         StringBuffer
219         SysTools
220         TcArrows
221         TcBinds
222         TcClassDcl
223         TcDefaults
224         TcDeriv
225         TcEnv
226         TcExpr
227         TcForeign
228         TcGadt
229         TcGenDeriv
230         TcHsSyn
231         TcHsType
232         TcIface
233         TcInstDcls
234         TcMType
235         TcMatches
236         TcPat
237         TcRnDriver
238         TcRnMonad
239         TcRnTypes
240         TcRules
241         TcSimplify
242         TcSplice
243         TcTyClsDecls
244         TcTyDecls
245         TcType
246         TcUnify
247         TidyPgm
248         TyCon
249         Type
250         TypeRep
251         TysPrim
252         TysWiredIn
253         Unify
254         UniqFM
255         UniqSet
256         UniqSupply
257         Unique
258         Util
259         Var
260         VarEnv
261         VarSet
262         WorkWrap
263         WwLib
264         HaddockParse
265         HaddockLex
266
267 #ifdef INSTALLING
268 import-dirs:    PKG_LIBDIR"/hslibs-imports/ghc"
269 #else
270 import-dirs:   FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/utils",
271                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/basicTypes",
272                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/types",
273                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/hsSyn",
274                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/prelude",
275                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/rename",
276                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/typecheck",
277                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/deSugar",
278                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/ghci",
279                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/coreSyn",
280                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/specialise",
281                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/simplCore",
282                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/stranal",
283                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/stgSyn",
284                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/simplStg",
285                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/codeGen",
286                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/main",
287                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/profiling",
288                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/parser",
289                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/cprAnalysis",
290                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/ndpFlatten",
291                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/iface",
292                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/cmm",
293                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/nativeGen"
294 #endif
295
296 #ifdef INSTALLING
297 library-dirs:           LIB_DIR
298 #else
299 library-dirs:           FPTOOLS_TOP_ABS"/compiler"
300 #endif
301
302 hs-libraries:           "HSghc"
303 extra-libraries:
304 depends:                PKG_DEPENDS
305 haddock-interfaces:     HADDOCK_IFACE
306 haddock-html:           HTML_DIR