summaryrefslogtreecommitdiff
path: root/libraries/extra-packages
Commit message (Collapse)AuthorAgeFilesLines
* Remove the X11 and HGL libraries from extralibsIan Lynagh2007-11-111-2/+0
| | | | | Don Stewart, X11 maintainer, requested we remove X11, and HGL depends on it on Linux (and we don't try to build HGL on Windows).
* arrows is no longer an extralibIan Lynagh2007-10-271-1/+0
|
* Add parallel extralibIan Lynagh2007-05-181-0/+1
|
* stm doesn't need to be a core-packageIan Lynagh2007-04-161-0/+1
|
* parsec, regex-base, regex-compat, regex-posix are no longer core-packagesIan Lynagh2007-04-101-0/+4
|
* don't include HaXml, Japi and monads in a GHC checkoutSimon Marlow2006-08-291-3/+0
| | | | | They aren't built as part of a GHC build anyway, it doesn't make much sense to include them in checkouts or source tarballs.
* parsec is required to be a core package, genprimopcode uses itSimon Marlow2006-08-251-1/+0
|
* divide packages into "core" and "extra" packagesSimon Marlow2006-08-241-0/+22
The following packages are now "core" packages: base, Cabal, haskell98, readline, regex-base, regex-compat regex-posix, stm, template-haskell, unix, Win32 Core packages are those packages required to bootstrap GHC, or are closely tied to GHC (stm, template-haskell). These are the packages that will be provided in a source distribution from now on. All other packages are classified as "extra" packages. As far as binary distributions and nightly builds go, nothing will change - we'll still build and include all these packages in the distributions. NOTE: 'sh darcs-all get' will now get the core packages only. To get the extra packages too, use 'sh darcs-all --extra get'.