summaryrefslogtreecommitdiff
path: root/utils/ghc-cabal
Commit message (Expand)AuthorAgeFilesLines
...
* Make ghc-cabal's `System.Directory` import more robustHerbert Valerio Riedel2015-10-311-1/+1
* Build system: cleanup a few .cabal filesThomas Miedema2015-10-301-1/+1
* Rename PACKAGE_KEY and LIB_NAME in build system.Edward Z. Yang2015-10-141-4/+4
* Update Cabal to HEAD, IPID renamed to Component ID.Edward Z. Yang2015-10-141-42/+14
* Library names, with Cabal submodule updateEdward Z. Yang2015-07-231-23/+20
* Make $1 in $1_$2_$3_FOO actually be directory.Edward Z. Yang2015-06-231-4/+6
* Fix #10551 by using LIB_NAMES.Edward Z. Yang2015-06-221-5/+0
* Use -package-id to specify libraries on command line.Edward Z. Yang2015-06-221-8/+9
* Make GHC install libraries to e.g. xhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh.Edward Z. Yang2015-06-201-1/+9
* ghc-cabal: don't warn about missing cabal fieldsThomas Miedema2015-06-041-5/+3
* Drop old integer-gmp-0.5 from GHC source treeHerbert Valerio Riedel2015-03-311-4/+0
* Minor bump `base` version to 4.8.1.0Herbert Valerio Riedel2015-03-231-1/+7
* Update filepath submodule to filepath-1.4 snapshotHerbert Valerio Riedel2015-03-111-1/+1
* Update Cabal submodule to latest 1.22 snapshotEdward Z. Yang2015-03-111-0/+3
* Update Cabal submodule to 1.22 versionHerbert Valerio Riedel2014-12-182-3/+3
* Update `binary` submodule to final 0.7.2.3 releaseHerbert Valerio Riedel2014-12-142-0/+22
* Implement new integer-gmp2 from scratch (re #9281)Herbert Valerio Riedel2014-11-121-0/+4
* Use bracket in `withCurrentDirectory`Konstantin Zudov2014-11-071-6/+3
* 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