2007-09-12 |
Ian Lynagh | Handle doc-index*.html, not just doc-index.html |
blob | commitdiff | diff to current |
2007-09-12 |
Ian Lynagh | Fix installation code |
blob | commitdiff | diff to current |
2007-09-11 |
Ian Lynagh | Further tweaking of haddock doc installation |
blob | commitdiff | diff to current |
2007-09-09 |
sven.panne@aedion.de | Yet another attempt to get the paths for the installed... |
blob | commitdiff | diff to current |
2007-09-09 |
sven.panne@aedion.de | Add a "show" target here, too, quite useful for debuggi... |
blob | commitdiff | diff to current |
2007-09-08 |
Ian Lynagh | Add a crucial missing ; |
blob | commitdiff | diff to current |
2007-09-07 |
Ian Lynagh | Don't put directories for unbuildable libraries in... |
blob | commitdiff | diff to current |
2007-09-06 |
Duncan Coutts | Updates to work with latest cabal. |
blob | commitdiff | diff to current |
2007-09-06 |
Ian Lynagh | Wibble some variable definitions to fix installation... |
blob | commitdiff | diff to current |
2007-09-05 |
Ian Lynagh | Quote all the arguments to installPackage |
blob | commitdiff | diff to current |
2007-09-05 |
Ian Lynagh | Fix bindist creation on Windows |
blob | commitdiff | diff to current |
2007-09-05 |
Ian Lynagh | Fix up bindist creation and publishing |
blob | commitdiff | diff to current |
2007-09-04 |
sven.panne@aedion.de | Don't hardwire the build path into the Haddock docs |
blob | commitdiff | diff to current |
2007-08-31 |
judah.jacobson@gma... | Don't try to copy haddock index files if we haven't... |
blob | commitdiff | diff to current |
2007-08-31 |
judah.jacobson@gma... | Use cp -R instead of cp -a (it's more portable). |
blob | commitdiff | diff to current |
2007-08-31 |
Ian Lynagh | Fix installing the libraries when there is no DESTDIR |
blob | commitdiff | diff to current |
2007-08-31 |
Ian Lynagh | Obey DESTDIR when installing library docs |
blob | commitdiff | diff to current |
2007-08-30 |
Ian Lynagh | Fix where all the documentation gets installed |
blob | commitdiff | diff to current |
2007-08-28 |
Ian Lynagh | Use DESTDIR when installing |
blob | commitdiff | diff to current |
2007-08-28 |
Ian Lynagh | Copy LICENSE files into the bindist, as Cabal now insta... |
blob | commitdiff | diff to current |
2007-08-24 |
Simon Marlow | clean doc-index-*.html (for older versions of Haddock) |
blob | commitdiff | diff to current |
2007-08-21 |
Simon Marlow | binary-dist: remove comment from the middle of a shell... |
blob | commitdiff | diff to current |
2007-08-01 |
Ian Lynagh | Split off packedstring and array packages |
blob | commitdiff | diff to current |
2007-08-01 |
Ian Lynagh | Add a containers package |
blob | commitdiff | diff to current |
2007-07-29 |
Ian Lynagh | Tweak package build order |
blob | commitdiff | diff to current |
2007-07-29 |
Ian Lynagh | bytestring is now in its own package |
blob | commitdiff | diff to current |
2007-07-23 |
Clemens Fruhwirth | Translate dyn in GhcLibWays into --enable-shared for... |
blob | commitdiff | diff to current |
2007-07-30 |
Simon Marlow | FIX #1559, #1560. Rearrange the way we do ifBuildable... |
blob | commitdiff | diff to current |
2007-07-05 |
Ian Lynagh | hpc is now a corelib, so always build it |
blob | commitdiff | diff to current |
2007-06-21 |
Simon Marlow | clean installPackage too |
blob | commitdiff | diff to current |
2007-06-30 |
Ian Lynagh | Need to build filepath before directory |
blob | commitdiff | diff to current |
2007-06-25 |
Ian Lynagh | Tweak the configuration and installation slightly |
blob | commitdiff | diff to current |
2007-06-22 |
andy@galois.com | Adding hpc package to ghc core libraries |
blob | commitdiff | diff to current |
2007-06-22 |
Ian Lynagh | Change how the libraries Makefile adds --configure... |
blob | commitdiff | diff to current |
2007-06-21 |
Simon Marlow | FIX BUILD on Windows: horrible hack to work around... |
blob | commitdiff | diff to current |
2007-06-22 |
Simon Marlow | FIX BUILD (on Windows): Cabal must invoke compiler... |
blob | commitdiff | diff to current |
2007-06-21 |
Simon Marlow | FIX BUILD on Windows: horrible hack to work around... |
blob | commitdiff | diff to current |
2007-06-21 |
Simon Marlow | FIX BUILD: can't build the makefiles during make boot |
blob | commitdiff | diff to current |
2007-06-20 |
Simon Marlow | clean up lib/{GNUmakefile,Makefile.local} |
blob | commitdiff | diff to current |
2007-06-20 |
Simon Marlow | default_target should be "all", not "build" |
blob | commitdiff | diff to current |
2007-06-20 |
Simon Marlow | add comment |
blob | commitdiff | diff to current |
2007-06-20 |
Simon Marlow | Use setup makefile + make by default to build libraries |
blob | commitdiff | diff to current |
2007-06-20 |
Ian Lynagh | Make building haddock docs opt-in rather than opt-out |
blob | commitdiff | diff to current |
2007-06-20 |
Ian Lynagh | Use .NOTPARALLEL for the libraries Makefile |
blob | commitdiff | diff to current |
2007-06-19 |
Manuel M T Chakravarty | Build package ndp if present |
blob | commitdiff | diff to current |
2007-06-04 |
Ian Lynagh | Follow Cabal change; .setup-config is now dist/setup... |
blob | commitdiff | diff to current |
2007-06-02 |
Ian Lynagh | Hack libsubdir so that it does the right thing on both... |
blob | commitdiff | diff to current |
2007-06-02 |
Ian Lynagh | Explicitly set datadir |
blob | commitdiff | diff to current |
2007-06-01 |
Ian Lynagh | ghc-pkg-inplace now has .bat extension on Windows |
blob | commitdiff | diff to current |
2007-06-01 |
Ian Lynagh | Fix bindist creation |
blob | commitdiff | diff to current |
2007-05-31 |
Ian Lynagh | Rework the build system a bit |
blob | commitdiff | diff to current |
2007-06-07 |
Ian Lynagh | Add instructions for adding a library to a build tree |
blob | commitdiff | diff to current |
2007-05-24 |
Simon Marlow | add a rule for creating makefiles as <dir>/CabalMakefile |
blob | commitdiff | diff to current |
2007-05-23 |
Ian Lynagh | process is now split off from base |
blob | commitdiff | diff to current |
2007-05-19 |
Ian Lynagh | old-locale is now split out |
blob | commitdiff | diff to current |
2007-05-19 |
Ian Lynagh | Refactor libraries/Makefile a bit; also, we don't need... |
blob | commitdiff | diff to current |
2007-05-19 |
Ian Lynagh | rebuild.library.<foo> is now a shorthand for clean... |
blob | commitdiff | diff to current |
2007-05-19 |
Ian Lynagh | directory, old-time and random are now split off from... |
blob | commitdiff | diff to current |
2007-05-18 |
Ian Lynagh | Add parallel extralib |
blob | commitdiff | diff to current |
2007-05-18 |
Ian Lynagh | We now need a bootstrapping pretty package as Cabal... |
blob | commitdiff | diff to current |
2007-05-20 |
Ian Lynagh | Use -cpp when building installPackage, so we can build... |
blob | commitdiff | diff to current |
2007-05-18 |
Ian Lynagh | Avoid the need to rerun configure when we install |
blob | commitdiff | diff to current |
2007-05-18 |
Simon Marlow | remove _split and autogen dirs for binary-dist |
blob | commitdiff | diff to current |
2007-05-16 |
Ian Lynagh | FIX BUILD Use the right find on Windows systems; fixes... |
blob | commitdiff | diff to current |
2007-05-15 |
Ian Lynagh | Fix invalid simplification I made while moving the... |
blob | commitdiff | diff to current |
2007-05-13 |
Ian Lynagh | Move the libraries bindist generation code into librari... |
blob | commitdiff | diff to current |
2007-05-09 |
Ian Lynagh | Cabal now uses filepath, so we need a bootstrapping... |
blob | commitdiff | diff to current |
2007-04-30 |
Alec Berryman | Build arrows library if available 2007-05-06 |
blob | commitdiff | diff to current |
2007-05-03 |
Ian Lynagh | Add missing libraries/Makefile dependencies on ifBuilda... |
blob | commitdiff | diff to current |
2007-05-03 |
Ian Lynagh | Add a little documentation to the libraries/Makefile |
blob | commitdiff | diff to current |
2007-05-03 |
Ian Lynagh | Only touch the configure stamp if configure succeeds |
blob | commitdiff | diff to current |
2007-04-30 |
Ian Lynagh | Handle unbuildable packages differently |
blob | commitdiff | diff to current |
2007-04-25 |
Ian Lynagh | Only haddock a package if it is buildable; spotted... |
blob | commitdiff | diff to current |
2007-04-18 |
Ian Lynagh | Pass configure arguments to the library configure scripts |
blob | commitdiff | diff to current |
2007-04-18 |
Ian Lynagh | Add distclean target for libraries/ (== clean target) |
blob | commitdiff | diff to current |
2007-04-16 |
Ian Lynagh | Split objects when building libraries (if SplitObjs... |
blob | commitdiff | diff to current |
2007-04-15 |
Ian Lynagh | Don't try to install docs stuff if NO_HADDOCK_DOCS=YES |
blob | commitdiff | diff to current |
2007-04-15 |
Ian Lynagh | Implement ifBuildable |
blob | commitdiff | diff to current |
2007-04-11 |
Ian Lynagh | Build library Setup.hs's with -Wall |
blob | commitdiff | diff to current |
2007-04-10 |
Ian Lynagh | parsec, regex-base, regex-compat, regex-posix are no... |
blob | commitdiff | diff to current |
2007-04-06 |
Ian Lynagh | Use cp -R rather than cp -a for portability reasons |
blob | commitdiff | diff to current |
2007-04-06 |
Ian Lynagh | Fixes for building the libraries with cabal on Windows |
blob | commitdiff | diff to current |
2007-03-16 |
Ian Lynagh | Don't break when asked to install-docs |
blob | commitdiff | diff to current |
2007-03-16 |
Ian Lynagh | Add a comment |
blob | commitdiff | diff to current |
2007-03-10 |
Ian Lynagh | Make building binary dists work with cabalised libraries |
blob | commitdiff | diff to current |
2007-03-08 |
Ian Lynagh | Build the libraries with cabal |
blob | commitdiff | diff to current |
2007-03-28 |
Ian Lynagh | Add filepath library |
blob | commitdiff | diff to current |
2007-02-05 |
Simon Marlow | don't forget to remove html-docs as part of 'make clean' |
blob | commitdiff | diff to current |
2006-08-29 |
Simon Marlow | omit HGL on Windows |
blob | commitdiff | diff to current |
2006-08-25 |
Simon Marlow | move parsec into $(GhcBootLibs); tidy up |
blob | commitdiff | diff to current |
2006-08-24 |
Simon Marlow | add new regex packages |
blob | commitdiff | diff to current |
2006-08-14 |
bringert@cs.chalme... | Added xhtml and cgi as default libraries. |
blob | commitdiff | diff to current |
2006-08-11 |
sven.panne@aedion.de | Now that we have an "html" package, put the Haddock... |
blob | commitdiff | diff to current |
2006-08-10 |
Simon Marlow | move html before network, for now |
blob | commitdiff | diff to current |
2006-08-10 |
Simon Marlow | add html package |
blob | commitdiff | diff to current |
2006-06-09 |
Simon Marlow | Move readline configuration into the readline package |
blob | commitdiff | diff to current |
2006-06-06 |
simonmar@microsoft.com | re-enable time package on Windows |
blob | commitdiff | diff to current |
2006-06-05 |
sof@galois.com | disable time package on mingw to unblock builds. |
blob | commitdiff | diff to current |
2006-06-01 |
simonmar@microsoft.com | Win32: set up the console code pages |
blob | commitdiff | diff to current |
2006-05-30 |
sof@galois.com | 'time' depends on 'Win32' when Windows=YES; mirror... |
blob | commitdiff | diff to current |
next |