aboutsummaryrefslogtreecommitdiff
path: root/CabalHelper/Main.hs
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fixes for Cabal HEADDaniel Gröber2016-05-061-4/+23
|
* Fix Cabal-1.24.0.0Daniel Gröber2016-05-041-2/+10
|
* Cabal 1.24 readiness (GHC 8)Daniel Gröber2016-02-141-7/+8
|
* Catch up with Cabal-1.23 gitDaniel Gröber2015-10-301-3/+15
|
* Move package-id to wrapperDaniel Gröber2015-09-241-14/+0
| | | | | 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-231-1/+54
|
* Update `Usage`Daniel Gröber2015-08-281-15/+16
|
* Fix `Unknown command: license`Daniel Gröber2015-08-271-1/+2
|
* Add `licenses` commandDaniel Gröber2015-08-271-0/+6
| | | | | Totally not stolen from https://github.com/jaspervdj/cabal-dependency-licenses, no never!
* Factor helper compilation into seperate module for testingDaniel Gröber2015-08-211-5/+9
|
* Cleanup some occurrences duplicate flagsDaniel Gröber2015-08-191-14/+11
|
* Fix testsDaniel Gröber2015-08-121-2/+0
|
* Fix testDaniel Gröber2015-08-101-0/+1
|
* Add support for getting Cabal lib from sandboxDaniel Gröber2015-08-101-1/+1
|
* Fix exe output pathDaniel Gröber2015-08-101-9/+4
|
* Factor sandbox stuff out into a seperate moduleDaniel Gröber2015-08-071-0/+1
| | | | 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-071-4/+4
|
* 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
|
* 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
|
* Don't try to remove inplace deps in unrelated placesDaniel Gröber2015-06-191-4/+5
| | | | | Doing that causes the unintended side effect of also adding the package flags to the option set.
* Add ghc-merged-pkg-optionsDaniel Gröber2015-06-051-34/+41
| | | | Needed to properly handle listing all module visible in a package
* Add `compiler-version` commandDaniel Gröber2015-04-281-2/+8
| | | | | The compiler version in setup-config's header is the one Cabal was compiled with not the one that was configured for.
* Missing importDaniel Gröber2015-04-151-1/+1
|
* Cabal passes -v0 down to ghc :(Daniel Gröber2015-04-151-5/+5
|
* Add language options queryDaniel Gröber2015-04-111-1/+22
|
* Handle inplace library deps and do a rename passDaniel Gröber2015-03-281-61/+69
|
* Initial commitDaniel Gröber2015-03-121-0/+344