98957da28dc6077d2c05a076bc6cafda64290689
[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:        True
6
7 exposed-modules:
8     GHC
9     
10 hidden-modules:
11
12 #ifdef INSTALLING
13 import-dirs:    "$libdir/ghc-package"
14 #else
15 import-dirs:   FPTOOLS_TOP_ABS"/ghc/compiler/stage1/utils",
16                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/basicTypes",
17                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/types",
18                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/hsSyn",
19                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/prelude",
20                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/rename",
21                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/typecheck",
22                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/deSugar",
23                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/coreSyn",
24                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/specialise",
25                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/simplCore",
26                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/stranal",
27                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/stgSyn",
28                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/simplStg",
29                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/codeGen",
30                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/main",
31                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/profiling",
32                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/parser",
33                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/cprAnalysis",
34                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/compMan",
35                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/ndpFlatten",
36                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/iface",
37                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/cmm",
38                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/nativeGen"
39 #endif
40
41 #ifdef INSTALLING
42 library-dirs: "$libdir",
43 #else
44 library-dirs: FPTOOLS_TOP_ABS"/ghc/compiler"
45 #endif
46
47 hs-libraries: LIBRARY
48
49 extra-libraries:
50
51 package_deps: "base", "haskell98"