aboutsummaryrefslogtreecommitdiff
path: root/CabalHelper
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Cabal HEADDaniel Gröber2017-02-092-29/+54
|
* Use Dist.Version to avoid breakage with Cabal HEADDaniel Gröber2017-02-091-1/+1
|
* Add patch for Cabal 1.24.1.0Daniel Gröber2017-01-161-1/+9
|
* typoDaniel Gröber2016-08-211-1/+1
|
* Fix "empty IORef"Daniel Gröber2016-07-111-12/+17
| | | | ..when component depends on non-existing internal library
* Restrict CabalHelper.Licenses' exportsDaniel Gröber2016-07-111-1/+5
| | | | ..to avoid clashing symbols with Cabal
* Remove outdated commentDaniel Gröber2016-05-061-3/+0
|
* Fixes for Cabal HEADDaniel Gröber2016-05-063-9/+28
|
* Build with Cabal HEAD as part of regular test suiteDaniel Gröber2016-05-051-23/+48
|
* Fix Cabal-1.24.0.0Daniel Gröber2016-05-042-9/+21
|
* Cabal 1.24 readiness (GHC 8)Daniel Gröber2016-02-142-12/+17
|
* Fix GHC 8.0 errorsDaniel Gröber2016-01-171-4/+7
|
* Don't fail when cabal sandbox pkgdb doesn't existDaniel Gröber2016-01-142-1/+9
|
* Fix Cabal-1.18.0 for ghc<7.8Daniel Gröber2015-10-301-1/+17
|
* Fix older Cabal versionsDaniel Gröber2015-10-301-4/+3
|
* Catch up with Cabal-1.23 gitDaniel Gröber2015-10-302-43/+61
|
* Fix warningsDaniel Gröber2015-10-301-4/+5
|
* Implement workaround for installing 1.18.{0,1}Daniel Gröber2015-10-302-5/+70
| | | | | There are quite a few distributions of cabal-install that are built with these broken versions so we patch them on installation now.
* Move package-id to wrapperDaniel Gröber2015-09-243-15/+22
| | | | | we need it before dist/setup-config exists so we can't run it as part of the other queries anyways, might as well go in the wrapper.
* Add support for querying flagsDaniel Gröber2015-09-232-3/+57
|
* Fix exe caching when using --with-cabal-pkg-dbDaniel Gröber2015-09-071-1/+4
|
* Fix Cabal HEADDaniel Gröber2015-08-311-1/+3
|
* Add --with-cabal-version and --with-cabal-pkg-db for stackDaniel Gröber2015-08-283-46/+65
|
* Update `Usage`Daniel Gröber2015-08-283-30/+17
|
* Fix `Unknown command: license`Daniel Gröber2015-08-271-1/+2
|
* Fix older Cabal versionsDaniel Gröber2015-08-271-6/+1
|
* Add `licenses` commandDaniel Gröber2015-08-275-0/+114
| | | | | Totally not stolen from https://github.com/jaspervdj/cabal-dependency-licenses, no never!
* Factor helper compilation into seperate module for testingDaniel Gröber2015-08-216-352/+408
|
* Cleanup some occurrences duplicate flagsDaniel Gröber2015-08-191-14/+11
|
* Fix testsDaniel Gröber2015-08-121-2/+0
|
* Minor stuffDaniel Gröber2015-08-122-2/+2
|
* Fix warningDaniel Gröber2015-08-101-0/+1
|
* Fix testDaniel Gröber2015-08-101-0/+1
|
* Add support for getting Cabal lib from sandboxDaniel Gröber2015-08-102-12/+22
|
* Fix exe output pathDaniel Gröber2015-08-101-9/+4
|
* Work around `require-sandbox: True`Daniel Gröber2015-08-071-0/+8
|
* Factor sandbox stuff out into a seperate moduleDaniel Gröber2015-08-073-0/+58
| | | | So we can use the sandbox discovery for Setup.hs components
* Add a human friendly output option to print-lbiDaniel Gröber2015-08-071-3/+5
|
* Add pkg-db stack stuff to library interfaceDaniel Gröber2015-08-072-4/+10
|
* package-db stack is global not per componentDaniel Gröber2015-08-061-4/+1
|
* Add support for returning package-db stackDaniel Gröber2015-08-051-0/+14
|
* Don't depend on locale at runtime either! #4Daniel Gröber2015-08-051-1/+2
|
* Fix help command, add version commandDaniel Gröber2015-08-051-1/+2
|
* Fix 7.8Daniel Gröber2015-08-041-0/+1
|
* Fix 7.10 warningsDaniel Gröber2015-08-042-1/+3
|
* Undo relaxing Cabal dependencyDaniel Gröber2015-08-041-14/+14
| | | | | Turned out to be a bad idea as Cabal does actually require the version to match exactly
* A few fixes and add --verboseDaniel Gröber2015-08-041-30/+92
|
* Relax runtime cabal dependence to major version matchDaniel Gröber2015-08-031-15/+21
|
* Fix *-inplace dependencies in ghc-merged-pkg-options outputDaniel Gröber2015-08-031-11/+6
|
* Fix missing newline in help outputDaniel Gröber2015-08-031-1/+1
|