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