aboutsummaryrefslogtreecommitdiff
path: root/CabalHelper/Main.hs
Commit message (Collapse)AuthorAgeFilesLines
* 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