X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fpackage.conf.in;fp=compiler%2Fpackage.conf.in;h=0000000000000000000000000000000000000000;hp=ef2c8b40e29791403e452803ec523814243584c2;hb=5ea32dc86b1a6efcf1a6df75366d9d1e92bbd33a;hpb=8d53c9ac7ea19388bc2b400b99d33a231d944765 diff --git a/compiler/package.conf.in b/compiler/package.conf.in deleted file mode 100644 index ef2c8b4..0000000 --- a/compiler/package.conf.in +++ /dev/null @@ -1,301 +0,0 @@ -name: PACKAGE -version: VERSION -license: BSD3 -maintainer: glasgow-haskell-users@haskell.org -exposed: False - -exposed-modules: - AsmCodeGen - Bag - BasicTypes - BinIface - Binary - Bitmap - BuildTyCl - ByteCodeAsm - ByteCodeFFI - ByteCodeGen - ByteCodeInstr - ByteCodeItbls - ByteCodeLink - CLabel - CSE - CgBindery - CgCallConv - CgCase - CgClosure - CgCon - CgExpr - CgForeignCall - CgHeapery - CgInfoTbls - CgLetNoEscape - CgMonad - CgParallel - CgPrimOp - CgProf - CgStackery - CgTailCall - CgTicky - CgUtils - Check - Class - ClosureInfo - CmdLineParser - Cmm - CmmLex - CmmLint - CmmParse - CmmUtils - CodeGen - CodeOutput - Config - Constants - Convert - CoreFVs - CoreLint - CorePrep - CoreSubst - CoreSyn - CoreTidy - CoreToStg - CoreUnfold - CoreUtils - CostCentre - CprAnalyse - Ctype - DataCon - Debugger - Demand - Desugar - Digraph - DmdAnal - DriverMkDepend - DriverPhases - DriverPipeline - DsArrows - DsBinds - DsCCall - DsExpr - DsForeign - DsGRHSs - DsListComp - DsMeta - DsMonad - DsUtils - DynFlags - ErrUtils - ExternalCore - FastMutInt - Encoding - FastString - FastTypes - Finder - FiniteMap - FloatIn - FloatOut - ForeignCall - FunDeps - GHC - Generics - GhciMonad - HeaderInfo - HsBinds - HsDecls - HsExpr - HsImpExp - HsLit - HsPat - HsSyn - HsTypes - HsUtils - HsDoc - HscMain - HscStats - HscTypes - IOEnv - Id - IdInfo - IfaceEnv - IfaceSyn - IfaceType - Inst - InstEnv - InteractiveUI - Lexer - LexCore - LiberateCase - Linker - ListSetOps - Literal - LoadIface - MachCodeGen - MachInstrs - MachOp - MachRegs - Match - MatchCon - MatchLit - Maybes - MkExternalCore - MkId - MkIface - Module - NCGMonad - Name - NameEnv - NameSet - NewDemand - ObjLink - OccName - OccurAnal - OrdList - Outputable - PArrAnal - PackageConfig - Packages - Panic - Parser - ParserCoreUtils - ParsePkgConf - PositionIndependentCode - PprC - PprCmm - PprCore - PprExternalCore - PprMach - PprTyThing - PrelInfo - PrelNames - PrelRules - Pretty - PrimOp - RdrHsSyn - RdrName - RegAllocInfo - RnBinds - RnEnv - RnExpr - RnHsSyn - RnNames - RnSource - RnTypes - RtClosureInspect - Rules - SAT - SATMonad - SCCfinal - SMRep - SRT - SaAbsInt - SaLib - SetLevels - SimplCore - SimplEnv - SimplMonad - SimplStg - SimplUtils - Simplify - SpecConstr - Specialise - SrcLoc - StaticFlags - StgLint - StgStats - StgSyn - StrictAnal - StringBuffer - SysTools - TcArrows - TcBinds - TcClassDcl - TcDefaults - TcDeriv - TcEnv - TcExpr - TcForeign - TcGadt - TcGenDeriv - TcHsSyn - TcHsType - TcIface - TcInstDcls - TcMType - TcMatches - TcPat - TcRnDriver - TcRnMonad - TcRnTypes - TcRules - TcSimplify - TcSplice - TcTyClsDecls - TcTyDecls - TcType - TcUnify - TidyPgm - TyCon - Type - TypeRep - TysPrim - TysWiredIn - Unify - UniqFM - UniqSet - UniqSupply - Unique - Util - Var - VarEnv - VarSet - VectBuiltIn - VectCore - VectMonad - VectType - VectUtils - Vectorise - WorkWrap - WwLib - HaddockParse - HaddockLex - -#ifdef INSTALLING -import-dirs: PKG_LIBDIR"/hslibs-imports/ghc" -#else -import-dirs: FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/utils", - FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/basicTypes", - FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/types", - FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/hsSyn", - FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/prelude", - FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/rename", - FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/typecheck", - FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/deSugar", - FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/ghci", - FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/coreSyn", - FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/vectorise", - FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/specialise", - FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/simplCore", - FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/stranal", - FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/stgSyn", - FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/simplStg", - FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/codeGen", - FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/main", - FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/profiling", - FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/parser", - FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/cprAnalysis", - FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/iface", - FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/cmm", - FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/nativeGen" -#endif - -#ifdef INSTALLING -library-dirs: LIB_DIR -#else -library-dirs: FPTOOLS_TOP_ABS"/compiler" -#endif - -hs-libraries: "HSghc" -extra-libraries: -depends: PKG_DEPENDS -haddock-interfaces: HADDOCK_IFACE -haddock-html: HTML_DIR