summaryrefslogtreecommitdiff
path: root/utils/ghc-cabal
Commit message (Expand)AuthorAgeFilesLines
* hide modules properly with haddockSimon Marlow2010-01-131-0/+1
* Invoke Haddock directly from the build system, instead of via CabalSimon Marlow2010-01-121-28/+10
* Fix build with Solaris sedIan Lynagh2009-12-161-1/+3
* Call $(SED) rather than sedIan Lynagh2009-12-011-1/+1
* Follow Cabal changesIan Lynagh2009-11-291-7/+11
* Use relative paths for haddockHTMLs in the inplace package.confIan Lynagh2009-11-101-1/+4
* Put docs into versioned directory names; fixes trac #3532Ian Lynagh2009-11-081-2/+2
* Tell ghc-cabal what strip program to useIan Lynagh2009-11-081-6/+14
* Fix #3642: m GHC builds using the Haskell PlatformSimon Marlow2009-11-051-3/+3
* Add ghc-cabal dependencies; fixes #3494Ian Lynagh2009-10-301-0/+4
* Make the unpleasant sed one-liner less unpleasantMatthias Kilian2009-10-071-1/+1
* Add --supported-languages support to dummy-ghcIan Lynagh2009-10-061-4/+28
* follow changes in Distribution.Simple.PackageIndex APISimon Marlow2009-10-061-9/+8
* Use "order only constraints" for directoriesIan Lynagh2009-10-021-7/+3
* Add support for relocatable builds in the new build systemIan Lynagh2009-09-271-21/+50
* Add sdist to ghc-cabal's bag of tricksIan Lynagh2009-09-211-15/+27
* Follow the builtin:rts vs. builtin_rts renamingMatthias Kilian2009-09-151-1/+1
* Fixes for compiling the HEAD with iteslfIan Lynagh2009-09-131-1/+0
* Change the representation of the package databaseSimon Marlow2009-09-101-1/+1
* Fix "make install"Ian Lynagh2009-08-261-31/+71
* "ghc-cabal install" now needs to know where GHC is, to get the ABI hashIan Lynagh2009-08-261-14/+24
* Add unique package identifiers (InstalledPackageId) in the package DBSimon Marlow2009-08-201-5/+11
* Check Cabal packages when validatingIan Lynagh2009-08-111-0/+18
* Fix creation of library doc index, and put the library docs in bindistsIan Lynagh2009-08-021-1/+1
* Fix warnings when building with the HEADIan Lynagh2009-07-301-2/+0
* Make ghc-cabal handle "Custom" Setup.hs files that have a configure scriptIan Lynagh2009-07-181-2/+10
* Follow Cabal changesIan Lynagh2009-07-051-7/+11
* Add rules for building .cmm files in librariesIan Lynagh2009-06-111-0/+1
* Remove the haskeline-specific hacks from ghc-cabalIan Lynagh2009-06-121-81/+1
* Follow Cabal changesIan Lynagh2009-06-051-5/+6
* Fix ghc-cabal, so that GHC.Prim gets registered when we installIan Lynagh2009-06-041-6/+7
* depend on mk/project.mk appropriatelySimon Marlow2009-05-291-2/+2
* Quote commands that we run, so they work if there are space in their pathsIan Lynagh2009-05-301-6/+6
* Fix warnings in ghc-cabalIan Lynagh2009-05-231-0/+1
* Use SRC_HC_OPTS when making ghc-cabal and ghc-pkgIan Lynagh2009-05-201-1/+1
* Remove some $(TOP)s that cause problems on Windows (as they contain ':')Ian Lynagh2009-05-161-1/+1
* dummy-ghc should depend on config.mk, to pick up the latest version numberSimon Marlow2009-05-131-1/+2
* Fix building Haskeline on WindowsIan Lynagh2009-04-301-1/+3
* Tweak ghc-cabalIan Lynagh2009-04-291-1/+1
* Add special support for haskelineIan Lynagh2009-04-291-2/+82
* Add a header to all build system files:Simon Marlow2009-04-281-0/+11
* GHC new build system megapatchIan Lynagh2009-04-262-0/+300