summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add bytestring to core-packagesIan Lynagh2007-08-121-0/+1
* Fix installation (we need to use the right ghc-pkg)Ian Lynagh2007-08-121-1/+4
* Split off packedstring and array packagesIan Lynagh2007-08-012-1/+4
* Add a containers packageIan Lynagh2007-08-012-1/+2
* Tweak package build orderIan Lynagh2007-07-291-3/+2
* bytestring is now in its own packageIan Lynagh2007-07-291-1/+1
* Fix the use of emptyCopyFlagsIan Lynagh2007-08-081-2/+1
* Use emptyRegisterFlags and emptyCopyFlags for reduced fragilityDuncan Coutts2007-08-061-5/+2
* Translate dyn in GhcLibWays into --enable-shared for CabalClemens Fruhwirth2007-07-231-0/+5
* FIX #1559, #1560. Rearrange the way we do ifBuildable...Simon Marlow2007-07-302-32/+44
* Follow cabal configurations changesIan Lynagh2007-07-291-18/+4
* When registering base during installation, don't hide GHC.PrimIan Lynagh2007-07-191-20/+21
* hpc is now a corelib, so always build itIan Lynagh2007-07-051-2/+1
* clean installPackage tooSimon Marlow2007-06-211-0/+1
* Need to build filepath before directoryIan Lynagh2007-06-301-1/+1
* Tweak the configuration and installation slightlyIan Lynagh2007-06-251-12/+15
* Adding hpc package to ghc core librariesandy@galois.com2007-06-222-0/+2
* Change how the libraries Makefile adds --configure-option= flags; fixes #1431Ian Lynagh2007-06-221-1/+7
* FIX BUILD on Windows: horrible hack to work around make(?) bugSimon Marlow2007-06-211-4/+1
* FIX BUILD (on Windows): Cabal must invoke compiler/stage1/ghc-inplaceSimon Marlow2007-06-221-3/+3
* FIX BUILD on Windows: horrible hack to work around make(?) bugSimon Marlow2007-06-211-1/+4
* mk/build.mk is optionalLemmih2007-06-211-1/+1
* FIX BUILD: can't build the makefiles during make bootSimon Marlow2007-06-211-1/+0
* clean up lib/{GNUmakefile,Makefile.local}Simon Marlow2007-06-201-0/+1
* default_target should be "all", not "build"Simon Marlow2007-06-201-1/+1