Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo | Daniel Gröber | 2017-07-08 | 1 | -1/+1 |
| | |||||
* | Update and fix support for Cabal HEAD | Daniel Gröber | 2017-06-12 | 1 | -27/+60 |
| | |||||
* | Add support for Cabal HEAD | Daniel Gröber | 2017-02-09 | 1 | -28/+51 |
| | |||||
* | typo | Daniel Gröber | 2016-08-21 | 1 | -1/+1 |
| | |||||
* | Fix "empty IORef" | Daniel Gröber | 2016-07-11 | 1 | -12/+17 |
| | | | | ..when component depends on non-existing internal library | ||||
* | Fixes for Cabal HEAD | Daniel Gröber | 2016-05-06 | 1 | -4/+23 |
| | |||||
* | Fix Cabal-1.24.0.0 | Daniel Gröber | 2016-05-04 | 1 | -2/+10 |
| | |||||
* | Cabal 1.24 readiness (GHC 8) | Daniel Gröber | 2016-02-14 | 1 | -7/+8 |
| | |||||
* | Catch up with Cabal-1.23 git | Daniel Gröber | 2015-10-30 | 1 | -3/+15 |
| | |||||
* | Move package-id to wrapper | Daniel Gröber | 2015-09-24 | 1 | -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 flags | Daniel Gröber | 2015-09-23 | 1 | -1/+54 |
| | |||||
* | Update `Usage` | Daniel Gröber | 2015-08-28 | 1 | -15/+16 |
| | |||||
* | 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 |