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