summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Support more doc targets (html, pdf, etc) in the libraries MakefileIan Lynagh2007-11-101-1/+10
* eliminate a bit of duplicationSimon Marlow2007-11-051-1/+1
* eliminate a bit of duplicationSimon Marlow2007-11-051-1/+1
* MERGED: Set interfacedir (using $topdir, not $httptopdir)Ian Lynagh2007-11-032-33/+39
* MERGED: installPackage needs to treat $httptopdir the same as $topdirIan Lynagh2007-11-031-0/+2
* MERGED: Define and use $httptopdir for the haddock docs locationsIan Lynagh2007-11-031-1/+1
* We need to copy .buildinfo files into the bindistsIan Lynagh2007-10-281-0/+1
* clean Haddock droppingsSimon Marlow2007-10-311-0/+1
* fix installation of haddock.css and friendsSimon Marlow2007-10-291-3/+3
* fix the links in the library documentation indexSimon Marlow2007-10-252-9/+29
* Fix ghc package in bindists; it wasn't adding the depenedency on readlineIan Lynagh2007-10-241-0/+4
* Tell Cabal what it's version number is while bootstrapping itDuncan Coutts2007-10-181-2/+2
* html_installed_root shouldn't contain $$pkgidIan Lynagh2007-09-271-1/+1
* Put packages in ../$$pkgid not ../$$pkgIan Lynagh2007-09-231-5/+5
* Fix bug #1725 (Haddock links between packages)sven.panne@aedion.de2007-09-231-7/+7
* Include build.mk or validate{,-settings}.mk through custom-settings.mkIan Lynagh2007-09-181-3/+3
* MERGED: Another attempt at getting bindists working everywhereIan Lynagh2007-09-182-43/+57
* Make DESTDIR work againsven.panne@aedion.de2007-09-161-1/+1
* Resurrect the "lib" subdirectory in the installation tree, it was somehow lostsven.panne@aedion.de2007-09-161-2/+2
* distclean: <lib>/.depend[.bak]Simon Marlow2007-09-141-0/+3
* Refer to "boot" libs, not "core" libsIan Lynagh2007-09-143-3/+3
* More library installation path fiddlingIan Lynagh2007-09-132-10/+19
* libsubdir for libraries is now always $$pkgidIan Lynagh2007-09-131-11/+1
* Define RelocatableBuild variableIan Lynagh2007-09-131-1/+1
* We need to thread lots more paths through installPackage to make bindists workIan Lynagh2007-09-132-12/+28
* Handle doc-index*.html, not just doc-index.htmlIan Lynagh2007-09-121-3/+3
* Fix installation codeIan Lynagh2007-09-121-6/+6
* Further tweaking of haddock doc installationIan Lynagh2007-09-112-15/+33
* Yet another attempt to get the paths for the installed documentation correctsven.panne@aedion.de2007-09-092-17/+14
* Add a "show" target here, too, quite useful for debugging the build processsven.panne@aedion.de2007-09-091-1/+4
* Add a crucial missing ;Ian Lynagh2007-09-081-1/+1
* Don't put directories for unbuildable libraries in bindistsIan Lynagh2007-09-071-1/+1
* Updates to work with latest cabal.Duncan Coutts2007-09-062-2/+2
* Make installPackage install settings from the [package].buildinfo file.judah.jacobson@gmail.com2007-09-061-1/+14
* Wibble some variable definitions to fix installation of bindistsIan Lynagh2007-09-061-3/+2
* Quote all the arguments to installPackageIan Lynagh2007-09-051-1/+1
* Fix bindist creation on WindowsIan Lynagh2007-09-052-18/+25
* Fix up bindist creation and publishingIan Lynagh2007-09-051-2/+2
* Don't hardwire the build path into the Haddock docssven.panne@aedion.de2007-09-041-1/+1
* Follow Cabal module movements in installPackageIan Lynagh2007-08-311-2/+2
* Don't try to copy haddock index files if we haven't built the docs.judah.jacobson@gmail.com2007-08-311-0/+2
* Use cp -R instead of cp -a (it's more portable).judah.jacobson@gmail.com2007-08-311-3/+3
* Fix installing the libraries when there is no DESTDIRIan Lynagh2007-08-312-2/+3
* Obey DESTDIR when installing library docsIan Lynagh2007-08-312-12/+14
* Fix where all the documentation gets installedIan Lynagh2007-08-301-20/+17
* Use DESTDIR when installingIan Lynagh2007-08-282-9/+21
* Copy LICENSE files into the bindist, as Cabal now installs themIan Lynagh2007-08-281-0/+1
* Cabal upstream API change -- installPackage to use installDirTemplatesClemens Fruhwirth2007-08-241-2/+2
* clean doc-index-*.html (for older versions of Haddock)Simon Marlow2007-08-241-1/+1
* binary-dist: remove comment from the middle of a shell commandSimon Marlow2007-08-211-1/+0