Don't import Distribution.Setup in Setup.hs as we no longer need it
[ghc-base.git] / Setup.hs
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...