Fixed uninitialised FunBind fun_tick field
[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         DsBreakpoint
81         DsCCall
82         DsExpr
83         DsForeign
84         DsGRHSs
85         DsListComp
86         DsMeta
87         DsMonad
88         DsUtils
89         DynFlags
90         ErrUtils
91         ExternalCore
92         FastMutInt
93         Encoding
94         FastString
95         FastTypes
96         FieldLabel
97         Finder
98         FiniteMap
99         FlattenInfo
100         FlattenMonad
101         Flattening
102         FloatIn
103         FloatOut
104         ForeignCall
105         FunDeps
106         GHC
107         Generics
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         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