add GHC.HetMet.{hetmet_kappa,hetmet_kappa_app}
[ghc-base.git] / Setup.hs
2008-03-23 Ian Lynaghbase now uses build-type: Configure
2008-03-03 Don Stewartuntabify
2007-12-09 David WaernAdd GHC.Prim to exposedModules in the Haddock 0.x hook
2007-12-09 David WaernAdd GHC.Prim to exposedModules in the Haddock 0.x hook
2007-12-02 Ian LynaghSimplify the GHC.Prim hack in base.cabal/Setup.hs
2007-11-23 Simon MarlowFIX BUILD: maybeUpdateFile: ignore failures when removi...
2007-11-21 Simon MarlowFix compilation with GHC 6.2.x
2007-11-20 Simon MarlowOnly overwrite GHC/Prim.hs and GHC/Primopwrappers.hs...
2007-11-09 David WaernFilter out GHC.Prim also for the Haddock step
2007-08-16 Ian LynaghDon't import Distribution.Setup in Setup.hs as we no...
2007-07-29 Ian LynaghUse cabal configurations rather than Setup hacks
2007-06-22 Simon MarlowmakefileHook needs to generate PrimopWrappers.hs too
2007-06-04 Ross Paterson--configure-option and --ghc-option are now provided...
2007-05-27 Ian LynaghAdd System.Timeout to base.cabal
2007-05-23 Ian LynaghSplit off process package
2007-05-14 Ian LynaghUse FilePath to make paths when building GHC/Prim.hs...
2007-05-09 Ian LynaghBuild GHC/Prim.hs and GHC/PrimopWrappers.hs from Cabal
2007-04-24 Ian LynaghAdd extra libraries when compiling with GHC on Windows
2007-04-18 Ian LynaghFollow Cabal changes in Setup.hs
2007-04-13 Simon Marlowwe need a makefileHook too
2007-04-11 Ian LynaghFix -Wall warnings
2007-04-11 Ian LynaghAdd missing case in removePrefix
2007-04-06 Ian LynaghAllow additional options to pass on to ./configure...
2007-04-06 Ross Patersonfix isPortableBuild test
2007-03-08 Ian Lynaghmake Setup and base.cabal suitable for building the...