| Commit message (Expand) | Author | Age | Files | Lines |
* | Add installPackage to dependencies of make.library.* as it's used by the rule | Clemens Fruhwirth | 2007-12-29 | 1 | -1/+1 |
* | Install dynlibs correctly | Clemens Fruhwirth | 2007-12-28 | 1 | -1/+3 |
* | API changes for cabal-HEAD | Clemens Fruhwirth | 2007-12-27 | 1 | -4/+4 |
* | Eliminate external GMP dependencies | Manuel M T Chakravarty | 2007-12-17 | 1 | -0/+13 |
* | Use installPackage for register --inplace as well as installing | Ian Lynagh | 2007-12-07 | 1 | -2/+2 |
* | Fix the libraries Makefile | Ian Lynagh | 2007-12-05 | 1 | -1/+1 |
* | Copy hscolour.css into dist/... so it gets installed with the library docs | Ian Lynagh | 2007-12-05 | 1 | -0/+3 |
* | Fix bindist creation: readline/config.mk is gone | Ian Lynagh | 2007-12-03 | 1 | -4/+1 |
* | MERGED: Put library docs in a $pkg, rather than $pkgid, directory; fixes trac... | Ian Lynagh | 2007-11-24 | 1 | -7/+7 |
* | MERGED: If we have hscolour then make source code links in teh haddock docs | Ian Lynagh | 2007-11-23 | 1 | -1/+11 |
* | Always do 'setup makefile' before building each library | Simon Marlow | 2007-11-20 | 1 | -10/+8 |
* | Remove ex-extralibs from libraries/Makefile | Ian Lynagh | 2007-11-11 | 1 | -7/+0 |
* | Support more doc targets (html, pdf, etc) in the libraries Makefile | Ian Lynagh | 2007-11-10 | 1 | -1/+10 |
* | eliminate a bit of duplication | Simon Marlow | 2007-11-05 | 1 | -1/+1 |
* | eliminate a bit of duplication | Simon Marlow | 2007-11-05 | 1 | -1/+1 |
* | MERGED: Set interfacedir (using $topdir, not $httptopdir) | Ian Lynagh | 2007-11-03 | 1 | -15/+18 |
* | MERGED: Define and use $httptopdir for the haddock docs locations | Ian Lynagh | 2007-11-03 | 1 | -1/+1 |
* | We need to copy .buildinfo files into the bindists | Ian Lynagh | 2007-10-28 | 1 | -0/+1 |
* | clean Haddock droppings | Simon Marlow | 2007-10-31 | 1 | -0/+1 |
* | fix installation of haddock.css and friends | Simon Marlow | 2007-10-29 | 1 | -3/+3 |
* | fix the links in the library documentation index | Simon Marlow | 2007-10-25 | 1 | -1/+1 |
* | Fix ghc package in bindists; it wasn't adding the depenedency on readline | Ian Lynagh | 2007-10-24 | 1 | -0/+4 |
* | Tell Cabal what it's version number is while bootstrapping it | Duncan Coutts | 2007-10-18 | 1 | -2/+2 |
* | html_installed_root shouldn't contain $$pkgid | Ian Lynagh | 2007-09-27 | 1 | -1/+1 |
* | Put packages in ../$$pkgid not ../$$pkg | Ian Lynagh | 2007-09-23 | 1 | -5/+5 |
* | Fix bug #1725 (Haddock links between packages) | sven.panne@aedion.de | 2007-09-23 | 1 | -7/+7 |
* | MERGED: Another attempt at getting bindists working everywhere | Ian Lynagh | 2007-09-18 | 1 | -22/+32 |
* | Resurrect the "lib" subdirectory in the installation tree, it was somehow lost | sven.panne@aedion.de | 2007-09-16 | 1 | -2/+2 |
* | distclean: <lib>/.depend[.bak] | Simon Marlow | 2007-09-14 | 1 | -0/+3 |
* | Refer to "boot" libs, not "core" libs | Ian Lynagh | 2007-09-14 | 1 | -1/+1 |
* | More library installation path fiddling | Ian Lynagh | 2007-09-13 | 1 | -1/+1 |
* | libsubdir for libraries is now always $$pkgid | Ian Lynagh | 2007-09-13 | 1 | -11/+1 |
* | Define RelocatableBuild variable | Ian Lynagh | 2007-09-13 | 1 | -1/+1 |
* | We need to thread lots more paths through installPackage to make bindists work | Ian Lynagh | 2007-09-13 | 1 | -6/+12 |
* | Handle doc-index*.html, not just doc-index.html | Ian Lynagh | 2007-09-12 | 1 | -3/+3 |
* | Fix installation code | Ian Lynagh | 2007-09-12 | 1 | -6/+6 |
* | Further tweaking of haddock doc installation | Ian Lynagh | 2007-09-11 | 1 | -9/+29 |
* | Yet another attempt to get the paths for the installed documentation correct | sven.panne@aedion.de | 2007-09-09 | 1 | -12/+8 |
* | Add a "show" target here, too, quite useful for debugging the build process | sven.panne@aedion.de | 2007-09-09 | 1 | -1/+4 |
* | Add a crucial missing ; | Ian Lynagh | 2007-09-08 | 1 | -1/+1 |
* | Don't put directories for unbuildable libraries in bindists | Ian Lynagh | 2007-09-07 | 1 | -1/+1 |
* | Updates to work with latest cabal. | Duncan Coutts | 2007-09-06 | 1 | -1/+1 |
* | Wibble some variable definitions to fix installation of bindists | Ian Lynagh | 2007-09-06 | 1 | -3/+2 |
* | Quote all the arguments to installPackage | Ian Lynagh | 2007-09-05 | 1 | -1/+1 |
* | Fix bindist creation on Windows | Ian Lynagh | 2007-09-05 | 1 | -1/+1 |
* | Fix up bindist creation and publishing | Ian Lynagh | 2007-09-05 | 1 | -2/+2 |
* | Don't hardwire the build path into the Haddock docs | sven.panne@aedion.de | 2007-09-04 | 1 | -1/+1 |
* | Don't try to copy haddock index files if we haven't built the docs. | judah.jacobson@gmail.com | 2007-08-31 | 1 | -0/+2 |
* | Use cp -R instead of cp -a (it's more portable). | judah.jacobson@gmail.com | 2007-08-31 | 1 | -3/+3 |
* | Fix installing the libraries when there is no DESTDIR | Ian Lynagh | 2007-08-31 | 1 | -1/+1 |