Remove javaGen; part of trac #2243
[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         InteractiveUI
126         Lexer
127         LexCore
128         LiberateCase
129         Linker
130         ListSetOps
131         Literal
132         LoadIface
133         MachCodeGen
134         MachInstrs
135         MachOp
136         MachRegs
137         Match
138         MatchCon
139         MatchLit
140         Maybes
141         MkExternalCore
142         MkId
143         MkIface
144         Module
145         NCGMonad
146         Name
147         NameEnv
148         NameSet
149         NewDemand
150         ObjLink
151         OccName
152         OccurAnal
153         OrdList
154         Outputable
155         PArrAnal
156         PackageConfig
157         Packages
158         Panic
159         Parser
160         ParserCoreUtils
161         ParsePkgConf
162         PositionIndependentCode
163         PprC
164         PprCmm
165         PprCore
166         PprExternalCore
167         PprMach
168         PprTyThing
169         PrelInfo
170         PrelNames
171         PrelRules
172         Pretty
173         PrimOp
174         RdrHsSyn
175         RdrName
176         RegAllocInfo
177         RnBinds
178         RnEnv
179         RnExpr
180         RnHsSyn
181         RnNames
182         RnSource
183         RnTypes
184         RtClosureInspect
185         Rules
186         SAT
187         SATMonad
188         SCCfinal
189         SMRep
190         SRT
191         SaAbsInt
192         SaLib
193         SetLevels
194         SimplCore
195         SimplEnv
196         SimplMonad
197         SimplStg
198         SimplUtils
199         Simplify
200         SpecConstr
201         Specialise
202         SrcLoc
203         StaticFlags
204         StgLint
205         StgStats
206         StgSyn
207         StrictAnal
208         StringBuffer
209         SysTools
210         TcArrows
211         TcBinds
212         TcClassDcl
213         TcDefaults
214         TcDeriv
215         TcEnv
216         TcExpr
217         TcForeign
218         TcGadt
219         TcGenDeriv
220         TcHsSyn
221         TcHsType
222         TcIface
223         TcInstDcls
224         TcMType
225         TcMatches
226         TcPat
227         TcRnDriver
228         TcRnMonad
229         TcRnTypes
230         TcRules
231         TcSimplify
232         TcSplice
233         TcTyClsDecls
234         TcTyDecls
235         TcType
236         TcUnify
237         TidyPgm
238         TyCon
239         Type
240         TypeRep
241         TysPrim
242         TysWiredIn
243         Unify
244         UniqFM
245         UniqSet
246         UniqSupply
247         Unique
248         Util
249         Var
250         VarEnv
251         VarSet
252         VectBuiltIn
253         VectCore
254         VectMonad
255         VectType
256         VectUtils
257         Vectorise
258         WorkWrap
259         WwLib
260         HaddockParse
261         HaddockLex
262
263 #ifdef INSTALLING
264 import-dirs:    PKG_LIBDIR"/hslibs-imports/ghc"
265 #else
266 import-dirs:   FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/utils",
267                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/basicTypes",
268                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/types",
269                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/hsSyn",
270                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/prelude",
271                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/rename",
272                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/typecheck",
273                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/deSugar",
274                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/ghci",
275                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/coreSyn",
276                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/vectorise",
277                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/specialise",
278                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/simplCore",
279                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/stranal",
280                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/stgSyn",
281                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/simplStg",
282                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/codeGen",
283                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/main",
284                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/profiling",
285                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/parser",
286                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/cprAnalysis",
287                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/iface",
288                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/cmm",
289                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/nativeGen"
290 #endif
291
292 #ifdef INSTALLING
293 library-dirs:           LIB_DIR
294 #else
295 library-dirs:           FPTOOLS_TOP_ABS"/compiler"
296 #endif
297
298 hs-libraries:           "HSghc"
299 extra-libraries:
300 depends:                PKG_DEPENDS
301 haddock-interfaces:     HADDOCK_IFACE
302 haddock-html:           HTML_DIR