| 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 | 2 | -5/+9 |
* | API changes for cabal-HEAD | Clemens Fruhwirth | 2007-12-27 | 2 | -31/+32 |
* | Eliminate external GMP dependencies | Manuel M T Chakravarty | 2007-12-17 | 1 | -0/+13 |
* | Fix a bug in gen_contents_index | Ian Lynagh | 2007-12-12 | 1 | -1/+1 |
* | Use installPackage for register --inplace as well as installing | Ian Lynagh | 2007-12-07 | 2 | -20/+41 |
* | 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 |
* | Add the hscolour.css from hscolour 1.8 | Ian Lynagh | 2007-12-05 | 1 | -0/+5 |
* | Fix bindist creation: readline/config.mk is gone | Ian Lynagh | 2007-12-03 | 1 | -4/+1 |
* | Refactor gen_contents_index | Ian Lynagh | 2007-12-07 | 1 | -17/+8 |
* | Alter the base:GHC.Prim hack in installPackage, following changes in base | Ian Lynagh | 2007-12-02 | 1 | -16/+14 |
* | MERGED: Put library docs in a $pkg, rather than $pkgid, directory; fixes trac... | Ian Lynagh | 2007-11-24 | 1 | -7/+7 |
* | Don't make a library documentation prologue | Ian Lynagh | 2007-11-24 | 1 | -21/+0 |
* | Don't put package version numbers in links in index.html | Ian Lynagh | 2007-11-24 | 1 | -2/+1 |
* | 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 |
* | Remove the X11 and HGL libraries from extralibs | Ian Lynagh | 2007-11-11 | 1 | -2/+0 |
* | arrows is no longer an extralib | Ian Lynagh | 2007-10-27 | 1 | -1/+0 |
* | Tweak gen_contents_index to work with Solaris's sh | Ian Lynagh | 2007-11-10 | 1 | -1/+1 |
* | 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 | 2 | -33/+39 |
* | MERGED: installPackage needs to treat $httptopdir the same as $topdir | Ian Lynagh | 2007-11-03 | 1 | -0/+2 |
* | 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 | 2 | -9/+29 |
* | 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 |
* | Include build.mk or validate{,-settings}.mk through custom-settings.mk | Ian Lynagh | 2007-09-18 | 1 | -3/+3 |
* | MERGED: Another attempt at getting bindists working everywhere | Ian Lynagh | 2007-09-18 | 2 | -43/+57 |
* | Make DESTDIR work again | sven.panne@aedion.de | 2007-09-16 | 1 | -1/+1 |
* | 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 | 3 | -3/+3 |
* | More library installation path fiddling | Ian Lynagh | 2007-09-13 | 2 | -10/+19 |
* | 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 | 2 | -12/+28 |
* | 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 | 2 | -15/+33 |
* | Yet another attempt to get the paths for the installed documentation correct | sven.panne@aedion.de | 2007-09-09 | 2 | -17/+14 |