Improve External Core syntax for newtypes
[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         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         Debugger
70         Demand
71         Desugar
72         Digraph
73         DmdAnal
74         DriverMkDepend
75         DriverPhases
76         DriverPipeline
77         DsArrows
78         DsBinds
79         DsCCall
80         DsExpr
81         DsForeign
82         DsGRHSs
83         DsListComp
84         DsMeta
85         DsMonad
86         DsUtils
87         DynFlags
88         ErrUtils
89         ExternalCore
90         FastMutInt
91         Encoding
92         FastString
93         FastTypes
94         FieldLabel
95         Finder
96         FiniteMap
97         FloatIn
98         FloatOut
99         ForeignCall
100         FunDeps
101         GHC
102         Generics
103         GhciMonad
104         HeaderInfo
105         HsBinds
106         HsDecls
107         HsExpr
108         HsImpExp
109         HsLit
110         HsPat
111         HsSyn
112         HsTypes
113         HsUtils
114         HsDoc
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         Java
128         JavaGen
129         InteractiveUI
130         Lexer
131         LexCore
132         LiberateCase
133         Linker
134         ListSetOps
135         Literal
136         LoadIface
137         MachCodeGen
138         MachInstrs
139         MachOp
140         MachRegs
141         Match
142         MatchCon
143         MatchLit
144         Maybes
145         MkExternalCore
146         MkId
147         MkIface
148         Module
149         NCGMonad
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         PprTyThing
173         PrelInfo
174         PrelNames
175         PrintJava
176         PrelRules
177         Pretty
178         PrimOp
179         RdrHsSyn
180         RdrName
181         RegAllocInfo
182         RegisterAlloc
183         RnBinds
184         RnEnv
185         RnExpr
186         RnHsSyn
187         RnNames
188         RnSource
189         RnTypes
190         RtClosureInspect
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         TcGadt
225         TcGenDeriv
226         TcHsSyn
227         TcHsType
228         TcIface
229         TcInstDcls
230         TcMType
231         TcMatches
232         TcPat
233         TcRnDriver
234         TcRnMonad
235         TcRnTypes
236         TcRules
237         TcSimplify
238         TcSplice
239         TcTyClsDecls
240         TcTyDecls
241         TcType
242         TcUnify
243         TidyPgm
244         TyCon
245         Type
246         TypeRep
247         TysPrim
248         TysWiredIn
249         Unify
250         UniqFM
251         UniqSet
252         UniqSupply
253         Unique
254         Util
255         Var
256         VarEnv
257         VarSet
258         VectBuiltIn
259         VectCore
260         VectMonad
261         VectType
262         VectUtils
263         Vectorise
264         WorkWrap
265         WwLib
266         HaddockParse
267         HaddockLex
268
269 #ifdef INSTALLING
270 import-dirs:    PKG_LIBDIR"/hslibs-imports/ghc"
271 #else
272 import-dirs:   FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/utils",
273                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/basicTypes",
274                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/types",
275                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/hsSyn",
276                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/prelude",
277                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/rename",
278                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/typecheck",
279                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/deSugar",
280                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/ghci",
281                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/coreSyn",
282                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/vectorise",
283                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/specialise",
284                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/simplCore",
285                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/stranal",
286                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/stgSyn",
287                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/simplStg",
288                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/codeGen",
289                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/main",
290                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/profiling",
291                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/parser",
292                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/cprAnalysis",
293                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/iface",
294                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/cmm",
295                FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/nativeGen"
296 #endif
297
298 #ifdef INSTALLING
299 library-dirs:           LIB_DIR
300 #else
301 library-dirs:           FPTOOLS_TOP_ABS"/compiler"
302 #endif
303
304 hs-libraries:           "HSghc"
305 extra-libraries:
306 depends:                PKG_DEPENDS
307 haddock-interfaces:     HADDOCK_IFACE
308 haddock-html:           HTML_DIR