[project @ 2005-03-31 14:22:11 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         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         PrelInfo
173         PrelNames
174         PrelRules
175         Pretty
176         PrettyTest
177         PrimOp
178         PrimPacked
179         PrintJava
180         RdrHsSyn
181         RdrName
182         RegAllocInfo
183         RegisterAlloc
184         RnBinds
185         RnEnv
186         RnExpr
187         RnHsSyn
188         RnNames
189         RnSource
190         RnTypes
191         Rules
192         SAT
193         SATMonad
194         SCCfinal
195         SMRep
196         SRT
197         SaAbsInt
198         SaLib
199         SetLevels
200         SimplCore
201         SimplEnv
202         SimplMonad
203         SimplStg
204         SimplUtils
205         Simplify
206         SpecConstr
207         Specialise
208         SrcLoc
209         StaticFlags
210         StgLint
211         StgStats
212         StgSyn
213         StrictAnal
214         StringBuffer
215         SysTools
216         TcArrows
217         TcBinds
218         TcClassDcl
219         TcDefaults
220         TcDeriv
221         TcEnv
222         TcExpr
223         TcForeign
224         TcGenDeriv
225         TcHsSyn
226         TcHsType
227         TcIface
228         TcInstDcls
229         TcMType
230         TcMatches
231         TcPat
232         TcRnDriver
233         TcRnMonad
234         TcRnTypes
235         TcRules
236         TcSimplify
237         TcSplice
238         TcTyClsDecls
239         TcTyDecls
240         TcType
241         TcUnify
242         TidyPgm
243         TyCon
244         Type
245         TypeRep
246         TysPrim
247         TysWiredIn
248         UnicodeUtil
249         Unify
250         UniqFM
251         UniqSet
252         UniqSupply
253         Unique
254         Util
255         Var
256         VarEnv
257         VarSet
258         WorkWrap
259         WwLib
260
261 #ifdef INSTALLING
262 import-dirs:    PKG_LIBDIR"/hslibs-imports/ghc"
263 #else
264 import-dirs:   FPTOOLS_TOP_ABS"/ghc/compiler/stage2/utils",
265                FPTOOLS_TOP_ABS"/ghc/compiler/stage2/basicTypes",
266                FPTOOLS_TOP_ABS"/ghc/compiler/stage2/types",
267                FPTOOLS_TOP_ABS"/ghc/compiler/stage2/hsSyn",
268                FPTOOLS_TOP_ABS"/ghc/compiler/stage2/prelude",
269                FPTOOLS_TOP_ABS"/ghc/compiler/stage2/rename",
270                FPTOOLS_TOP_ABS"/ghc/compiler/stage2/typecheck",
271                FPTOOLS_TOP_ABS"/ghc/compiler/stage2/deSugar",
272                FPTOOLS_TOP_ABS"/ghc/compiler/stage2/coreSyn",
273                FPTOOLS_TOP_ABS"/ghc/compiler/stage2/specialise",
274                FPTOOLS_TOP_ABS"/ghc/compiler/stage2/simplCore",
275                FPTOOLS_TOP_ABS"/ghc/compiler/stage2/stranal",
276                FPTOOLS_TOP_ABS"/ghc/compiler/stage2/stgSyn",
277                FPTOOLS_TOP_ABS"/ghc/compiler/stage2/simplStg",
278                FPTOOLS_TOP_ABS"/ghc/compiler/stage2/codeGen",
279                FPTOOLS_TOP_ABS"/ghc/compiler/stage2/main",
280                FPTOOLS_TOP_ABS"/ghc/compiler/stage2/profiling",
281                FPTOOLS_TOP_ABS"/ghc/compiler/stage2/parser",
282                FPTOOLS_TOP_ABS"/ghc/compiler/stage2/cprAnalysis",
283                FPTOOLS_TOP_ABS"/ghc/compiler/stage2/compMan",
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