summaryrefslogtreecommitdiff
path: root/utils/ghc-cabal
Commit message (Expand)AuthorAgeFilesLines
* Try to make ghc-pkg and ghc-cabal use the same flags when bootstrapping.Simon Marlow2013-02-011-1/+2
* Revert "Always use --force when registering packages"Ian Lynagh2012-10-251-2/+2
* Always use --force when registering packagesIan Lynagh2012-10-251-2/+2
* Make it possible to build with only way dynIan Lynagh2012-10-242-7/+20
* Move the RPATH computation into the build rulesIan Lynagh2012-10-141-4/+0
* Add TRANSITIVE_DEPS variables to package-data.mk filesIan Lynagh2012-10-141-0/+3
* Build the dynamic way by default on Linux/amd64Ian Lynagh2012-10-032-45/+90
* Update dependency on directory.Paolo Capriotti2012-09-091-1/+1
* Follow changes in CabalIan Lynagh2012-08-232-1/+3
* Update dependencies.Paolo Capriotti2012-07-191-1/+1
* Rename package-conf flags to package-db.Paolo Capriotti2012-05-152-2/+2
* Adapt to changes in Cabal.Paolo Capriotti2012-05-071-30/+14
* It isn't guaranteed that Cabal is warning-freeIan Lynagh2012-04-241-1/+1
* MERGE from 7.4 branch: Update dependenciesIan Lynagh2012-02-081-1/+1
* Follow Cabal version bumpIan Lynagh2012-01-201-1/+1
* Use touchy rather than touch when building on WindowsIan Lynagh2011-12-021-2/+2
* Follow cabal->Cabal rename, and fix haddock index generationIan Lynagh2011-10-231-5/+5
* Don't fail validate due to warnings in CabalIan Lynagh2011-07-271-1/+2
* Bump Cabal depsIan Lynagh2011-07-081-1/+1
* Follow Cabal reorganisation, and improve build system a littleIan Lynagh2011-06-231-5/+5
* Add stricter ghc-pkg checks on package file/dir/url fieldsDuncan Coutts2011-05-251-1/+1
* Set stdout to use line buffering in ghc-cabalIan Lynagh2011-04-171-1/+2
* Fix build, and improve ghc-cabal's errorsIan Lynagh2011-03-051-4/+4
* Whitespace onlyIan Lynagh2011-03-051-8/+8
* Sanity check values that we wrap in single quotesIan Lynagh2011-03-051-3/+16
* Avoid some shell calls in the build systemIan Lynagh2011-03-051-2/+2
* Merge in new code generator branch.Simon Marlow2011-01-241-2/+2
* Use := when assigning the result of $(wildcard ...)Ian Lynagh2011-01-221-1/+1
* Remove an extraneous comma that stopped ghc-cabal from buildingIan Lynagh2011-01-191-1/+1
* Move the PACKAGE_MAGIC evaluation inside package-data.mkIan Lynagh2011-01-191-2/+7
* ghc-cabal now adds the language flag being usedIan Lynagh2011-01-171-0/+1
* Add utils/ghc-cabal/MakefileIan Lynagh2011-01-081-0/+15
* Add --version support to ghc-cabalIan Lynagh2010-12-121-0/+2
* Build a copy of ghc-cabal with the in-tree compiler, for the bindistIan Lynagh2010-12-103-45/+32
* Always enable the archive-loading codeIan Lynagh2010-11-271-1/+4
* Add NoFoo form to the extensions list that dummy-ghc generatesIan Lynagh2010-10-261-2/+2
* Follow Cabal change: Use usedExtensions rather than extensionsIan Lynagh2010-10-201-1/+1
* Fix the doc directory on WindowsIan Lynagh2010-09-291-1/+1
* filter out the gcc-lib directory from the rts package's library-dirsSimon Marlow2010-09-131-1/+10
* Add some -no-user-package-conf flagsIan Lynagh2010-09-021-0/+1
* Add _DATA_FILES to package-data.mk filesIan Lynagh2010-08-181-0/+1
* 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