summaryrefslogtreecommitdiff
path: root/libraries/base/Setup.hs
Commit message (Expand)AuthorAgeFilesLines
* Replace obsolete `defaultUserHooks` by `autoconfUserHooks`Herbert Valerio Riedel2014-09-271-1/+1
* base now uses build-type: ConfigureIan Lynagh2008-03-231-54/+1
* untabifyDon Stewart2008-03-031-1/+1
* Add GHC.Prim to exposedModules in the Haddock 0.x hookDavid Waern2007-12-091-21/+1
* Add GHC.Prim to exposedModules in the Haddock 0.x hookDavid Waern2007-12-091-1/+21
* Simplify the GHC.Prim hack in base.cabal/Setup.hsIan Lynagh2007-12-021-17/+1
* FIX BUILD: maybeUpdateFile: ignore failures when removing the targetSimon Marlow2007-11-231-1/+2
* Fix compilation with GHC 6.2.xSimon Marlow2007-11-211-3/+3
* Only overwrite GHC/Prim.hs and GHC/Primopwrappers.hs if they changeSimon Marlow2007-11-201-2/+18
* Filter out GHC.Prim also for the Haddock stepDavid Waern2007-11-091-1/+4
* Don't import Distribution.Setup in Setup.hs as we no longer need itIan Lynagh2007-08-161-1/+0
* Use cabal configurations rather than Setup hacksIan Lynagh2007-07-291-52/+2
* makefileHook needs to generate PrimopWrappers.hs tooSimon Marlow2007-06-221-1/+2
* --configure-option and --ghc-option are now provided by CabalRoss Paterson2007-06-041-56/+3
* Add System.Timeout to base.cabalIan Lynagh2007-05-271-1/+1
* Split off process packageIan Lynagh2007-05-231-1/+1
* Use FilePath to make paths when building GHC/Prim.hs and GHC/PrimopWrappers.hsIan Lynagh2007-05-141-2/+11
* Build GHC/Prim.hs and GHC/PrimopWrappers.hs from CabalIan Lynagh2007-05-091-2/+12
* Add extra libraries when compiling with GHC on WindowsIan Lynagh2007-04-241-2/+23
* Follow Cabal changes in Setup.hsIan Lynagh2007-04-181-8/+6
* we need a makefileHook tooSimon Marlow2007-04-131-0/+3
* Fix -Wall warningsIan Lynagh2007-04-111-6/+4
* Add missing case in removePrefixIan Lynagh2007-04-111-0/+1
* Allow additional options to pass on to ./configure to be givenIan Lynagh2007-04-061-8/+23
* fix isPortableBuild testRoss Paterson2007-04-061-2/+1
* make Setup and base.cabal suitable for building the libraries with GHCIan Lynagh2007-03-081-0/+104