adaf5de6cc7d258186498f3e9b1b4c2b36a27cbd
[ghc-hetmet.git] / 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         Bitmap
14         BuildTyCl
15         ByteCodeAsm
16         ByteCodeFFI
17         ByteCodeGen
18         ByteCodeInstr
19         ByteCodeItbls
20         ByteCodeLink
21         CLabel
22         CSE
23         CgBindery
24         CgCallConv
25         CgCase
26         CgClosure
27         CgCon
28         CgExpr
29         CgForeignCall
30         CgHeapery
31         CgInfoTbls
32         CgLetNoEscape
33         CgMonad
34         CgParallel
35         CgPrimOp
36         CgProf
37         CgStackery
38         CgTailCall
39         CgTicky
40         CgUtils
41         Check
42         Class
43         ClosureInfo
44         CmdLineParser
45         Cmm
46         CmmLex
47         CmmLint
48         CmmParse
49         CmmUtils
50         CodeGen
51         CodeOutput
52         Config
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         Debugger
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         Finder
94         FiniteMap
95         FloatIn
96         FloatOut
97         ForeignCall
98         FunDeps
99         GHC
100         Generics
101         GhciMonad
102         HeaderInfo
103         HsBinds
104         HsDecls
105         HsExpr
106         HsImpExp
107         HsLit
108         HsPat
109         HsSyn
110         HsTypes
111         HsUtils
112         HsDoc
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         Java
126         JavaGen
127         InteractiveUI
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         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         Parser
162         ParserCoreUtils
163         ParsePkgConf
164         PositionIndependentCode
165         PprC
166         PprCmm
167         PprCore
168         PprExternalCore
169         PprMach
170         PprTyThing
171         PrelInfo
172         PrelNames
173         PrintJava
174         PrelRules
175         Pretty
176         PrimOp
177         RdrHsSyn
178         RdrName
179         RegAllocInfo
180         RnBinds
181         RnEnv
182         RnExpr
183         RnHsSyn
184         RnNames
185         RnSource
186         RnTypes
187         RtClosureInspect
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         TcGadt
222         TcGenDeriv
223         TcHsSyn
224         TcHsType
225         TcIface
226         TcInstDcls
227         TcMType
228         TcMatches
229         TcPat
230         TcRnDriver
231         TcRnMonad
232         TcRnTypes
233         TcRules
234         TcSimplify
235         TcSplice
236         TcTyClsDecls
237         TcTyDecls
238         TcType
239         TcUnify
240         TidyPgm
241         TyCon
242         Type
243         TypeRep
244         TysPrim
245         TysWiredIn
246         Unify
247         UniqFM
248         UniqSet
249         UniqSupply
250         Unique
251         Util
252         Var
253         VarEnv
254         VarSet
255         VectBuiltIn
256         VectCore
257         VectMonad
258         VectType
259         VectUtils
260         Vectorise
261         WorkWrap
262         WwLib
263         HaddockParse
264         HaddockLex
265
266 #ifdef INSTALLING
267 import-dirs:    PKG_LIBDIR"/hslibs-imports/ghc"
268 #else
269 import-dirs:   FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/utils",
270                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/basicTypes",
271                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/types",
272                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/hsSyn",
273                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/prelude",
274                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/rename",
275                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/typecheck",
276                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/deSugar",
277                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/ghci",
278                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/coreSyn",
279                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/vectorise",
280                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/specialise",
281                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/simplCore",
282                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/stranal",
283                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/stgSyn",
284                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/simplStg",
285                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/codeGen",
286                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/main",
287                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/profiling",
288                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/parser",
289                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/cprAnalysis",
290                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/iface",
291                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/cmm",
292                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/nativeGen"
293 #endif
294
295 #ifdef INSTALLING
296 library-dirs:           LIB_DIR
297 #else
298 library-dirs:           FPTOOLS_TOP_ABS"/compiler"
299 #endif
300
301 hs-libraries:           "HSghc"
302 extra-libraries:
303 depends:                PKG_DEPENDS
304 haddock-interfaces:     HADDOCK_IFACE
305 haddock-html:           HTML_DIR