summaryrefslogtreecommitdiff
path: root/utils/ghc-cabal/Main.hs
Commit message (Expand)AuthorAgeFilesLines
* Update Cabal submodule, with necessary wibbles.Edward Z. Yang2017-04-261-1/+2
* Update ghc-cabal command line usage text.Edward Z. Yang2016-12-211-3/+7
* Support for abi-depends for computing shadowing.Edward Z. Yang2016-12-211-1/+1
* Omit unnecessary linker flagsSimon Marlow2016-11-031-3/+0
* Add and use a new dynamic-library-dirs field in the ghc-pkg infoDuncan Coutts2016-10-211-0/+4
* Update Cabal submodule to latest version.Edward Z. Yang2016-10-021-3/+3
* Cabal submodule update.Edward Z. Yang2016-08-081-7/+6
* Remove identity update of field componentsConfigsGabor Greif2016-08-051-6/+1
* Updates to handle new CabalEdward Z. Yang2016-06-301-8/+11
* Switch from -this-package-key to -this-unit-id.Edward Z. Yang2016-01-191-7/+7
* Add Cabal synopses and descriptionsBen Gamari2016-01-051-1/+1
* ghc-cabal: Bring back TRANSITIVE_DEP_NAMESBen Gamari2015-12-241-0/+1
* Remove unused/redundant fields from ghc-cabal.Edward Z. Yang2015-12-201-4/+0
* Update Cabal submodule to latest snapshotHerbert Valerio Riedel2015-12-161-3/+3
* Make ghc-cabal's `System.Directory` import more robustHerbert Valerio Riedel2015-10-311-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
* Update Cabal submodule to latest 1.22 snapshotEdward Z. Yang2015-03-111-0/+3
* Update Cabal submodule to 1.22 versionHerbert Valerio Riedel2014-12-181-2/+2
* 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-241-1/+1
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-051-1/+20
* 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-161-0/+10
* ghc-cabal: force use of UTF8 when writing out `haddock-prologue.txt`Herbert Valerio Riedel2014-03-231-1/+7
* 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-261-6/+7
* 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
* 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-111-13/+20
* 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-241-6/+19
* 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-031-45/+89
* Follow changes in CabalIan Lynagh2012-08-231-1/+2
* Rename package-conf flags to package-db.Paolo Capriotti2012-05-151-1/+1
* Adapt to changes in Cabal.Paolo Capriotti2012-05-071-30/+14