Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix `Unknown command: license` | Daniel Gröber | 2015-08-27 | 1 | -1/+2 |
| | |||||
* | Add `licenses` command | Daniel Gröber | 2015-08-27 | 1 | -0/+6 |
| | | | | | Totally not stolen from https://github.com/jaspervdj/cabal-dependency-licenses, no never! | ||||
* | Factor helper compilation into seperate module for testing | Daniel Gröber | 2015-08-21 | 1 | -5/+9 |
| | |||||
* | Cleanup some occurrences duplicate flags | Daniel Gröber | 2015-08-19 | 1 | -14/+11 |
| | |||||
* | Fix tests | Daniel Gröber | 2015-08-12 | 1 | -2/+0 |
| | |||||
* | Fix test | Daniel Gröber | 2015-08-10 | 1 | -0/+1 |
| | |||||
* | Add support for getting Cabal lib from sandbox | Daniel Gröber | 2015-08-10 | 1 | -1/+1 |
| | |||||
* | Fix exe output path | Daniel Gröber | 2015-08-10 | 1 | -9/+4 |
| | |||||
* | Factor sandbox stuff out into a seperate module | Daniel Gröber | 2015-08-07 | 1 | -0/+1 |
| | | | | So we can use the sandbox discovery for Setup.hs components | ||||
* | Add a human friendly output option to print-lbi | Daniel Gröber | 2015-08-07 | 1 | -3/+5 |
| | |||||
* | Add pkg-db stack stuff to library interface | Daniel Gröber | 2015-08-07 | 1 | -4/+4 |
| | |||||
* | package-db stack is global not per component | Daniel Gröber | 2015-08-06 | 1 | -4/+1 |
| | |||||
* | Add support for returning package-db stack | Daniel Gröber | 2015-08-05 | 1 | -0/+14 |
| | |||||
* | Fix *-inplace dependencies in ghc-merged-pkg-options output | Daniel Gröber | 2015-08-03 | 1 | -11/+6 |
| | |||||
* | Fix missing newline in help output | Daniel Gröber | 2015-08-03 | 1 | -1/+1 |
| | |||||
* | Don't try to remove inplace deps in unrelated places | Daniel Gröber | 2015-06-19 | 1 | -4/+5 |
| | | | | | Doing that causes the unintended side effect of also adding the package flags to the option set. | ||||
* | Add ghc-merged-pkg-options | Daniel Gröber | 2015-06-05 | 1 | -34/+41 |
| | | | | Needed to properly handle listing all module visible in a package | ||||
* | Add `compiler-version` command | Daniel Gröber | 2015-04-28 | 1 | -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 import | Daniel Gröber | 2015-04-15 | 1 | -1/+1 |
| | |||||
* | Cabal passes -v0 down to ghc :( | Daniel Gröber | 2015-04-15 | 1 | -5/+5 |
| | |||||
* | Add language options query | Daniel Gröber | 2015-04-11 | 1 | -1/+22 |
| | |||||
* | Handle inplace library deps and do a rename pass | Daniel Gröber | 2015-03-28 | 1 | -61/+69 |
| | |||||
* | Initial commit | Daniel Gröber | 2015-03-12 | 1 | -0/+344 |