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