summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* 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
* add commentSimon Marlow2007-06-201-0/+2
* Use setup makefile + make by default to build librariesSimon Marlow2007-06-202-10/+39
* Make building haddock docs opt-in rather than opt-outIan Lynagh2007-06-201-2/+2
* Use .NOTPARALLEL for the libraries MakefileIan Lynagh2007-06-201-0/+6
* Build package ndp if presentManuel M T Chakravarty2007-06-191-0/+1
* Only add the extra Windows libraries if we are on WindowsIan Lynagh2007-06-041-1/+3
* Follow Cabal change; .setup-config is now dist/setup-configIan Lynagh2007-06-041-1/+0
* Copy more of base's hacks into installPackage; *sigh*Ian Lynagh2007-06-021-4/+16
* Hack libsubdir so that it does the right thing on both Windows and non-WindowsIan Lynagh2007-06-021-1/+11
* Explicitly set datadirIan Lynagh2007-06-021-0/+5
* ghc-pkg-inplace now has .bat extension on WindowsIan Lynagh2007-06-011-6/+0
* Fix bindist creationIan Lynagh2007-06-013-61/+29
* Rework the build system a bitIan Lynagh2007-05-312-35/+43