d50f6cfb5a70649d84fa86ba5593d760f12af585
[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         Encoding
91         FastString
92         FastTypes
93         FieldLabel
94         Finder
95         FiniteMap
96         FlattenInfo
97         FlattenMonad
98         Flattening
99         FloatIn
100         FloatOut
101         ForeignCall
102         FunDeps
103         GHC
104         Generics
105         GetImports
106         HsBinds
107         HsDecls
108         HsExpr
109         HsImpExp
110         HsLit
111         HsPat
112         HsSyn
113         HsTypes
114         HsUtils
115         HscMain
116         HscStats
117         HscTypes
118         IOEnv
119         Id
120         IdInfo
121         IfaceEnv
122         IfaceSyn
123         IfaceType
124         Inst
125         InstEnv
126         InteractiveUI
127         Kind
128         Lexer
129         LexCore
130         LiberateCase
131         Linker
132         ListSetOps
133         Literal
134         LoadIface
135         MachCodeGen
136         MachInstrs
137         MachOp
138         MachRegs
139         Match
140         MatchCon
141         MatchLit
142         Maybes
143         MkExternalCore
144         MkId
145         MkIface
146         Module
147         NCGMonad
148         NDPCoreUtils
149         Name
150         NameEnv
151         NameSet
152         NewDemand
153         ObjLink
154         OccName
155         OccurAnal
156         OrdList
157         Outputable
158         PArrAnal
159         PackageConfig
160         Packages
161         Panic
162         Parser
163         ParserCoreUtils
164         ParsePkgConf
165         PositionIndependentCode
166         PprC
167         PprCmm
168         PprCore
169         PprExternalCore
170         PprMach
171         PprTyThing
172         PrelInfo
173         PrelNames
174         PrelRules
175         Pretty
176         PrimOp
177         RdrHsSyn
178         RdrName
179         RegAllocInfo
180         RegisterAlloc
181         RnBinds
182         RnEnv
183         RnExpr
184         RnHsSyn
185         RnNames
186         RnSource
187         RnTypes
188         Rules
189         SAT
190         SATMonad
191         SCCfinal
192         SMRep
193         SRT
194         SaAbsInt
195         SaLib
196         SetLevels
197         SimplCore
198         SimplEnv
199         SimplMonad
200         SimplStg
201         SimplUtils
202         Simplify
203         SpecConstr
204         Specialise
205         SrcLoc
206         StaticFlags
207         StgLint
208         StgStats
209         StgSyn
210         StrictAnal
211         StringBuffer
212         SysTools
213         TcArrows
214         TcBinds
215         TcClassDcl
216         TcDefaults
217         TcDeriv
218         TcEnv
219         TcExpr
220         TcForeign
221         TcGenDeriv
222         TcHsSyn
223         TcHsType
224         TcIface
225         TcInstDcls
226         TcMType
227         TcMatches
228         TcPat
229         TcRnDriver
230         TcRnMonad
231         TcRnTypes
232         TcRules
233         TcSimplify
234         TcSplice
235         TcTyClsDecls
236         TcTyDecls
237         TcType
238         TcUnify
239         TidyPgm
240         TyCon
241         Type
242         TypeRep
243         TysPrim
244         TysWiredIn
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/ndpFlatten",
280                FPTOOLS_TOP_ABS"/ghc/compiler/stage2/iface",
281                FPTOOLS_TOP_ABS"/ghc/compiler/stage2/cmm",
282                FPTOOLS_TOP_ABS"/ghc/compiler/stage2/nativeGen"
283 #endif
284
285 #ifdef INSTALLING
286 library-dirs:           LIB_DIR
287 #else
288 library-dirs:           FPTOOLS_TOP_ABS"/ghc/compiler"
289 #endif
290
291 hs-libraries:           "HSghc"
292 extra-libraries:
293 depends:                PKG_DEPENDS
294 haddock-interfaces:     HADDOCK_IFACE
295 haddock-html:           HTML_DIR