summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Only haddock a package if it is buildable; spotted by Claus ReinkeIan Lynagh2007-04-251-1/+1
* Pass configure arguments to the library configure scriptsIan Lynagh2007-04-181-0/+1
* Add distclean target for libraries/ (== clean target)Ian Lynagh2007-04-181-1/+3
* stm doesn't need to be a core-packageIan Lynagh2007-04-162-1/+1
* Split objects when building libraries (if SplitObjs is YES)Ian Lynagh2007-04-161-0/+5
* Don't try to install docs stuff if NO_HADDOCK_DOCS=YESIan Lynagh2007-04-151-0/+2
* Implement ifBuildableIan Lynagh2007-04-152-8/+60
* Build library Setup.hs's with -WallIan Lynagh2007-04-111-1/+1
* parsec, regex-base, regex-compat, regex-posix are no longer core-packagesIan Lynagh2007-04-103-6/+9
* Use a boot script instead of having autoreconf recurseIan Lynagh2007-04-102-47/+0
* Use cp -R rather than cp -a for portability reasonsIan Lynagh2007-04-061-1/+1
* Fixes for building the libraries with cabal on WindowsIan Lynagh2007-04-061-3/+12
* Don't break when asked to install-docsIan Lynagh2007-03-161-1/+5
* Add a commentIan Lynagh2007-03-161-0/+2
* Make building binary dists work with cabalised librariesIan Lynagh2007-03-101-0/+9
* Build the libraries with cabalIan Lynagh2007-03-082-95/+182
* Add filepath libraryIan Lynagh2007-03-282-1/+2
* Remove outdated libraries/doc/libraries.xml and libraries/doc/libtable.xmlIan Lynagh2007-03-062-2355/+0
* Remove old references to the in-tree building guideIan Lynagh2007-03-061-3/+3
* don't forget to remove html-docs as part of 'make clean'Simon Marlow2007-02-051-0/+3
* Add Win32/configure.ac to the mixsof@galois.com2006-11-291-0/+3
* omit HGL on WindowsSimon Marlow2006-08-291-0/+4
* don't include HaXml, Japi and monads in a GHC checkoutSimon Marlow2006-08-291-3/+0
* move parsec into $(GhcBootLibs); tidy upSimon Marlow2006-08-251-4/+2
* parsec is required to be a core package, genprimopcode uses itSimon Marlow2006-08-252-1/+1
* somehow I lost the unix subdir; recover itSimon Marlow2006-08-241-0/+3
* config in regex-posix tooSimon Marlow2006-08-241-0/+3
* make all AC_CONFIG_SUBDIRS optionalSimon Marlow2006-08-241-1/+30
* divide packages into "core" and "extra" packagesSimon Marlow2006-08-242-11/+11
* add new regex packagesSimon Marlow2006-08-242-1/+4
* Added xhtml and cgi as default libraries.bringert@cs.chalmers.se2006-08-142-0/+4
* Now that we have an "html" package, put the Haddock docs somewhere elsesven.panne@aedion.de2006-08-111-1/+1
* move html before network, for nowSimon Marlow2006-08-101-1/+1
* add html packageSimon Marlow2006-08-102-0/+2
* Move readline configuration into the readline packageSimon Marlow2006-06-092-6/+2
* re-enable time package on Windowssimonmar@microsoft.com2006-06-061-2/+0
* disable time package on mingw to unblock builds.sof@galois.com2006-06-051-0/+2
* Win32: set up the console code pagessimonmar@microsoft.com2006-06-011-3/+3
* 'time' depends on 'Win32' when Windows=YES; mirror thatsof@galois.com2006-05-301-1/+1
* add time subdirSimon Marlow2006-05-301-1/+1
* take parsec out of $(GhcBootLibs)Simon Marlow2006-05-181-1/+1
* add time package to libraries MakefileAshley Yakeley2006-05-011-0/+1
* add time package to default-packagesAshley Yakeley2006-04-261-0/+1
* Reorganisation of the source treeSimon Marlow2006-04-071-11/+0
* combine libraries/.darcs-boring and .darcs-boringSimon Marlow2006-01-311-27/+0
* MFLAGS += -f MakefileSimon Marlow2006-01-231-0/+4
* improvements to darcs-allSimon Marlow2006-01-131-26/+26
* Add infrastructure for multiple library packagesSimon Marlow2006-01-132-0/+53
* Add a skeleton libraries directorySimon Marlow2006-01-1313-0/+2988