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