5 import_dirs = [ "$libdir/ghc-package" ],
7 import_dirs = [ FPTOOLS_TOP_ABS"/ghc/compiler/stage1/utils",
8 FPTOOLS_TOP_ABS"/ghc/compiler/stage1/basicTypes",
9 FPTOOLS_TOP_ABS"/ghc/compiler/stage1/types",
10 FPTOOLS_TOP_ABS"/ghc/compiler/stage1/hsSyn",
11 FPTOOLS_TOP_ABS"/ghc/compiler/stage1/prelude",
12 FPTOOLS_TOP_ABS"/ghc/compiler/stage1/rename",
13 FPTOOLS_TOP_ABS"/ghc/compiler/stage1/typecheck",
14 FPTOOLS_TOP_ABS"/ghc/compiler/stage1/deSugar",
15 FPTOOLS_TOP_ABS"/ghc/compiler/stage1/coreSyn",
16 FPTOOLS_TOP_ABS"/ghc/compiler/stage1/specialise",
17 FPTOOLS_TOP_ABS"/ghc/compiler/stage1/simplCore",
18 FPTOOLS_TOP_ABS"/ghc/compiler/stage1/stranal",
19 FPTOOLS_TOP_ABS"/ghc/compiler/stage1/stgSyn",
20 FPTOOLS_TOP_ABS"/ghc/compiler/stage1/simplStg",
21 FPTOOLS_TOP_ABS"/ghc/compiler/stage1/codeGen",
22 FPTOOLS_TOP_ABS"/ghc/compiler/stage1/main",
23 FPTOOLS_TOP_ABS"/ghc/compiler/stage1/profiling",
24 FPTOOLS_TOP_ABS"/ghc/compiler/stage1/parser",
25 FPTOOLS_TOP_ABS"/ghc/compiler/stage1/cprAnalysis",
26 FPTOOLS_TOP_ABS"/ghc/compiler/stage1/compMan",
27 FPTOOLS_TOP_ABS"/ghc/compiler/stage1/ndpFlatten",
28 FPTOOLS_TOP_ABS"/ghc/compiler/stage1/cbits",
29 FPTOOLS_TOP_ABS"/ghc/compiler/stage1/iface",
30 FPTOOLS_TOP_ABS"/ghc/compiler/stage1/cmm",
31 FPTOOLS_TOP_ABS"/ghc/compiler/stage1/nativeGen" ],
35 library_dirs = [ "$libdir" ],
37 library_dirs = [ FPTOOLS_TOP_ABS"/ghc/compiler" ],
40 hs_libraries = [ LIBRARY ],
43 package_deps = [ "base", "haskell98" ],
44 /* PACKAGE_DEPS doesn't work quite right here - it leaves