summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Fix creation of library doc index, and put the library docs in bindistsIan Lynagh2009-08-021-6/+3
* Add the time library, and support for libraries in tarballsIan Lynagh2009-07-181-0/+0
* fix 'make 1'Simon Marlow2009-06-171-0/+1
* Add support for 'make help' in subdirectoriesSimon Marlow2009-06-161-0/+8
* 'make 1' in libraries builds just the stage1 libsSimon Marlow2009-06-151-0/+4
* Remove libraries/ifBuildable.hs; it's no longer usedIan Lynagh2009-05-091-40/+0
* Add a Makefile in libraries/Ian Lynagh2009-05-081-0/+3
* GHC new build system megapatchIan Lynagh2009-04-261-441/+0
* Package dph needs to be cleaned in stage=1, tooManuel M T Chakravarty2009-03-061-15/+17
* Add targets clean.library.dph and remake.library.dphManuel M T Chakravarty2009-02-241-3/+38
* Only pass --with-hscolour to cabal-bin onceIan Lynagh2009-02-121-4/+0
* Add more targets to the list that we need to include all libraries forIan Lynagh2009-02-111-1/+1
* Fix cleaning and installing the librariesIan Lynagh2009-02-101-2/+15
* Build dph with the stage2 compilerIan Lynagh2009-02-031-2/+15
* Require HsColour by defaultIan Lynagh2009-01-041-1/+5
* We need to tell cabal-bin which version of Cabal to useIan Lynagh2008-12-031-8/+11
* Fix gen_contents_index when not run inplace; trac #2764Ian Lynagh2008-11-161-1/+1
* ghc_ge_605 is now always YESIan Lynagh2008-11-081-3/+0
* Add dph haddock docs to the doc indexIan Lynagh2008-10-191-1/+5
* Clean the bootstrapping extensible-exceptions packageIan Lynagh2008-10-171-3/+4
* Fix the build when the bootstrapping compiler has a newer Cabal than usIan Lynagh2008-10-151-3/+0
* Fix the name of prologue.txt when making bindistsIan Lynagh2008-10-141-1/+1
* Add a link to the GHC API docs from the library haddock indexIan Lynagh2008-10-133-1/+8
* Tweak gen_contents_indexIan Lynagh2008-10-131-2/+4
* Use an extensible-exceptions package when bootstrappingIan Lynagh2008-10-031-0/+4
* Fix maintainer-cleanIan Lynagh2008-09-241-2/+3
* Use test -f rather than test -e, for portability (Solaris)Ian Lynagh2008-09-241-1/+1
* Remove some dependencies on bootstrapping.conf from libraries/MakefileIan Lynagh2008-09-231-5/+4
* Use -f rather than -e for portabilityIan Lynagh2008-09-211-1/+1
* Add some special cases for putting dph in bindistsIan Lynagh2008-09-211-1/+1
* Remove the duplicate show rule in libraries/MakefileIan Lynagh2008-09-131-4/+1
* Install the stage 2 ghc package when installing; fixes trac #2567Ian Lynagh2008-09-061-31/+0
* Re-merge concurrent,timeout,unique,st,getopt into baseIan Lynagh2008-09-031-1/+1
* Fix ifBuildableIan Lynagh2008-09-031-1/+1
* When installing, we can't rely on the ghc-pkg we just installed to workIan Lynagh2008-08-281-1/+1
* Update the build system to handle building and using haddock2Ian Lynagh2008-08-282-8/+5
* Don't fail if libraries/bootstrapping already existsIan Lynagh2008-08-271-1/+1
* When haddocking the libraries, tell Cabal where haddock isIan Lynagh2008-08-271-1/+2
* syb is now in its own packageIan Lynagh2008-08-251-1/+1
* When making bindists, check that we know where we areIan Lynagh2008-08-251-0/+4
* concurrent, unique, timeout have now been split off from baseIan Lynagh2008-08-241-1/+1
* getopt is now split off from baseIan Lynagh2008-08-241-1/+1
* st is now split off from baseIan Lynagh2008-08-231-1/+1
* unix is now warning-freeIan Lynagh2008-08-211-1/+1
* base (and base3-compat) is no warning-freeIan Lynagh2008-08-211-1/+1
* move directory after Win32/unixSimon Marlow2008-08-211-2/+2
* Stop dph/dph-{par,seq} reconfiguring themselves all the timeIan Lynagh2008-08-141-5/+3
* build base3-compatSimon Marlow2008-08-111-3/+6
* Use dph-{seq|par} instead of dph_{seq|par}Roman Leshchinskiy2008-08-121-8/+8
* Simplify how we build dphIan Lynagh2008-08-091-15/+28