summaryrefslogtreecommitdiff
path: root/utils/ghc-cabal
Commit message (Expand)AuthorAgeFilesLines
* Update Cabal submodule & ghc-pkg to use new module re-export typesEdward Z. Yang2014-09-242-1/+2
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-051-1/+20
* Module reexports, fixing #8407.Edward Z. Yang2014-07-251-2/+1
* Update Cabal submodule to HEAD (1.21)Edward Z. Yang2014-07-211-1/+1
* Revert "Update Cabal submodule to HEAD (1.21)"Edward Z. Yang2014-07-201-1/+1
* Update Cabal submodule to HEAD (1.21)Edward Z. Yang2014-07-181-1/+1
* Set cabal files to default-language:Haskell2010Herbert Valerio Riedel2014-05-141-1/+2
* Use import list to hide new System.Exit.dieHerbert Valerio Riedel2014-04-211-1/+1
* Update Cabal submodule to tip of v1.20 branchHerbert Valerio Riedel2014-04-162-1/+11
* Include SRC_CC_OPTS and SRC_LD_OPTS when compiling ghc-cabalSimon Marlow2014-03-271-2/+4
* ghc-cabal: force use of UTF8 when writing out `haddock-prologue.txt`Herbert Valerio Riedel2014-03-231-1/+7
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-012-4/+4
* Cause "make install" to install dynamic libraries (#8194)Bryan O'Sullivan2013-09-151-4/+6
* Sync Cabal to upstream version 1.18 pre-releaseHerbert Valerio Riedel2013-08-262-7/+8
* Fix the GHC package DLL-splittingIan Lynagh2013-05-141-6/+14
* Simplify ghc-cabalIan Lynagh2013-05-141-19/+17
* More work towards dynamic programs on WindowsIan Lynagh2013-05-121-0/+1
* Fix the inplace name of ghc-cabalIan Lynagh2013-04-251-1/+1
* Use different exeext variables for each stage; fixes #7709Ian Lynagh2013-04-201-2/+3
* Small build system refactoringIan Lynagh2013-04-201-5/+6
* Finish adding support for 2 DLLs in the ghc package; fixes #5987Ian Lynagh2013-03-131-2/+25
* Follow changes in CabalIan Lynagh2013-03-121-28/+17
* Update CabalIan Lynagh2013-03-112-14/+21
* Automatically add the $(exeext) to program namesIan Lynagh2013-03-031-1/+1
* installation fixesIan Lynagh2013-03-031-0/+2
* Use more of the automatically generated INPLACE variablesIan Lynagh2013-03-031-2/+4
* Define $(prog)_INPLACE variables automatically, and start using themIan Lynagh2013-03-031-15/+15
* Whitespace tweakIan Lynagh2013-02-161-1/+1
* 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