name: PACKAGE version: VERSION license: BSD3 maintainer: glasgow-haskell-users@haskell.org exposed: True exposed-modules: BasicTypes, DataCon, Demand, FieldLabel, Id, IdInfo, Literal, MkId, Module, Name, NameEnv, NameSet, NewDemand, OccName, RdrName, SrcLoc, UniqSupply, Unique, Var, VarEnv, VarSet, CLabel, Cmm, CmmLex, CmmLint, CmmParse, CmmUtils, MachOp, PprC, PprCmm, Bitmap, CgBindery, CgCallConv, CgCase, CgClosure, CgCon, CgExpr, CgForeignCall, CgHeapery, CgInfoTbls, CgLetNoEscape, CgMonad, CgParallel, CgPrimOp, CgProf, CgStackery, CgTailCall, CgTicky, CgUtils, ClosureInfo, CodeGen, SMRep, CompManager, CoreFVs, CoreLint, CorePrep, CoreSubst, CoreSyn, CoreTidy, CoreUnfold, CoreUtils, ExternalCore, MkExternalCore, PprCore, PprExternalCore, CprAnalyse, Check, Desugar, DsArrows, DsBinds, DsCCall, DsExpr, DsForeign, DsGRHSs, DsListComp, DsMeta, DsMonad, DsUtils, Match, MatchCon, MatchLit, ByteCodeAsm, ByteCodeFFI, ByteCodeGen, ByteCodeInstr, ByteCodeItbls, ByteCodeLink, InteractiveUI, Linker, ObjLink, Convert, HsBinds, HsDecls, HsExpr, HsImpExp, HsLit, HsPat, HsSyn, HsTypes, HsUtils, BinIface, BuildTyCl, IfaceEnv, IfaceSyn, IfaceType, LoadIface, MkIface, TcIface, IlxGen, Java, JavaGen, PrintJava, CmdLineOpts, CodeOutput, Config, Constants, DriverFlags, DriverMkDepend, DriverPhases, DriverPipeline, DriverState, DriverUtil, ErrUtils, Finder, GetImports, HscMain, HscStats, HscTypes, PackageConfig, Packages, ParsePkgConf, SysTools, TidyPgm, AsmCodeGen, MachCodeGen, MachInstrs, MachRegs, NCGMonad, PositionIndependentCode, PprMach, RegAllocInfo, RegisterAlloc, FlattenInfo, Flattening, FlattenMonad, NDPCoreUtils, PArrAnal, Ctype, LexCore, Lexer, Parser, ParserCore, ParserCoreUtils, RdrHsSyn, ForeignCall, PrelInfo, PrelNames, PrelRules, PrimOp, TysPrim, TysWiredIn, CostCentre, SCCfinal, RnBinds, RnEnv, RnExpr, RnHsSyn, RnNames, RnSource, RnTypes, CSE, FloatIn, FloatOut, LiberateCase, OccurAnal, SAT, SATMonad, SetLevels, SimplCore, SimplEnv, Simplify, SimplMonad, SimplUtils, SimplStg, SRT, StgStats, Rules, SpecConstr, Specialise, CoreToStg, StgLint, StgSyn, DmdAnal, SaAbsInt, SaLib, StrictAnal, WorkWrap, WwLib, Inst, TcArrows, TcBinds, TcClassDcl, TcDefaults, TcDeriv, TcEnv, TcExpr, TcForeign, TcGenDeriv, TcHsSyn, TcHsType, TcInstDcls, TcMatches, TcMType, TcPat, TcRnDriver, TcRnMonad, TcRnTypes, TcRules, TcSimplify, TcSplice, TcTyClsDecls, TcTyDecls, TcType, TcUnify, Class, FunDeps, Generics, InstEnv, Kind, TyCon, Type, TypeRep, Unify, Bag, Binary, BitSet, Digraph, FastMutInt, FastString, FastTypes, FiniteMap, IOEnv, ListSetOps, Maybes, OrdList, Outputable, Panic, Pretty, PrimPacked, StringBuffer, UnicodeUtil, UniqFM, UniqSet, Util #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"