name: PACKAGE version: VERSION license: BSD3 maintainer: glasgow-haskell-users@haskell.org exposed: True exposed-modules: GHC hidden-modules: #ifdef INSTALLING import-dirs: "$libdir/ghc-package" #else import-dirs: FPTOOLS_TOP_ABS"/ghc/compiler/stage1/utils", FPTOOLS_TOP_ABS"/ghc/compiler/stage1/basicTypes", FPTOOLS_TOP_ABS"/ghc/compiler/stage1/types", FPTOOLS_TOP_ABS"/ghc/compiler/stage1/hsSyn", FPTOOLS_TOP_ABS"/ghc/compiler/stage1/prelude", FPTOOLS_TOP_ABS"/ghc/compiler/stage1/rename", FPTOOLS_TOP_ABS"/ghc/compiler/stage1/typecheck", FPTOOLS_TOP_ABS"/ghc/compiler/stage1/deSugar", FPTOOLS_TOP_ABS"/ghc/compiler/stage1/coreSyn", FPTOOLS_TOP_ABS"/ghc/compiler/stage1/specialise", FPTOOLS_TOP_ABS"/ghc/compiler/stage1/simplCore", FPTOOLS_TOP_ABS"/ghc/compiler/stage1/stranal", FPTOOLS_TOP_ABS"/ghc/compiler/stage1/stgSyn", FPTOOLS_TOP_ABS"/ghc/compiler/stage1/simplStg", FPTOOLS_TOP_ABS"/ghc/compiler/stage1/codeGen", FPTOOLS_TOP_ABS"/ghc/compiler/stage1/main", FPTOOLS_TOP_ABS"/ghc/compiler/stage1/profiling", FPTOOLS_TOP_ABS"/ghc/compiler/stage1/parser", FPTOOLS_TOP_ABS"/ghc/compiler/stage1/cprAnalysis", FPTOOLS_TOP_ABS"/ghc/compiler/stage1/compMan", FPTOOLS_TOP_ABS"/ghc/compiler/stage1/ndpFlatten", FPTOOLS_TOP_ABS"/ghc/compiler/stage1/iface", FPTOOLS_TOP_ABS"/ghc/compiler/stage1/cmm", FPTOOLS_TOP_ABS"/ghc/compiler/stage1/nativeGen" #endif #ifdef INSTALLING library-dirs: "$libdir", #else library-dirs: FPTOOLS_TOP_ABS"/ghc/compiler" #endif hs-libraries: LIBRARY extra-libraries: package_deps: "base", "haskell98"