Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for getting Cabal lib from sandbox | Daniel Gröber | 2015-08-10 | 2 | -12/+22 |
| | |||||
* | Fix exe output path | Daniel Gröber | 2015-08-10 | 1 | -9/+4 |
| | |||||
* | Work around `require-sandbox: True` | Daniel Gröber | 2015-08-07 | 1 | -0/+8 |
| | |||||
* | Factor sandbox stuff out into a seperate module | Daniel Gröber | 2015-08-07 | 3 | -0/+58 |
| | | | | 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 | 2 | -4/+10 |
| | |||||
* | 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 |
| | |||||
* | Don't depend on locale at runtime either! #4 | Daniel Gröber | 2015-08-05 | 1 | -1/+2 |
| | |||||
* | Fix help command, add version command | Daniel Gröber | 2015-08-05 | 1 | -1/+2 |
| | |||||
* | Fix 7.8 | Daniel Gröber | 2015-08-04 | 1 | -0/+1 |
| | |||||
* | Fix 7.10 warnings | Daniel Gröber | 2015-08-04 | 2 | -1/+3 |
| | |||||
* | Undo relaxing Cabal dependency | Daniel Gröber | 2015-08-04 | 1 | -14/+14 |
| | | | | | Turned out to be a bad idea as Cabal does actually require the version to match exactly | ||||
* | A few fixes and add --verbose | Daniel Gröber | 2015-08-04 | 1 | -30/+92 |
| | |||||
* | Relax runtime cabal dependence to major version match | Daniel Gröber | 2015-08-03 | 1 | -15/+21 |
| | |||||
* | 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 |
| | |||||
* | Fix GHC 7.10 warnings | Daniel Gröber | 2015-08-03 | 1 | -0/+1 |
| | |||||
* | Typo | Daniel Gröber | 2015-06-24 | 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. | ||||
* | Don't rely on the locale at build time | Daniel Gröber | 2015-06-09 | 1 | -3/+5 |
| | |||||
* | Update installing-private-cabal message | Daniel Gröber | 2015-06-05 | 1 | -2/+5 |
| | |||||
* | Add ghc-merged-pkg-options | Daniel Gröber | 2015-06-05 | 2 | -36/+44 |
| | | | | Needed to properly handle listing all module visible in a package | ||||
* | Fix warning | Daniel Gröber | 2015-05-08 | 1 | -1/+1 |
| | |||||
* | Fix printf warning | Daniel Gröber | 2015-04-29 | 1 | -1/+1 |
| | |||||
* | Add `compiler-version` command | Daniel Gröber | 2015-04-28 | 3 | -19/+20 |
| | | | | | 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 | 2 | -10/+29 |
| | |||||
* | Better error messages and yell on ghc version mismatch | Daniel Gröber | 2015-04-11 | 1 | -32/+51 |
| | |||||
* | Typo | Daniel Gröber | 2015-04-11 | 1 | -1/+1 |
| | |||||
* | Fix `\n` in error message | Daniel Gröber | 2015-04-11 | 1 | -3/+3 |
| | |||||
* | Handle inplace library deps and do a rename pass | Daniel Gröber | 2015-03-28 | 3 | -74/+90 |
| | |||||
* | Use `-package-conf` to be backwards compatible | Daniel Gröber | 2015-03-12 | 1 | -2/+2 |
| | |||||
* | Always recompile CabalHelper.Data | Daniel Gröber | 2015-03-12 | 1 | -0/+1 |
| | |||||
* | Initial commit | Daniel Gröber | 2015-03-12 | 6 | -0/+972 |