Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix argument order | Shohei Murayama | 2015-08-28 | 1 | -3/+3 |
| | |||||
* | Add `licenses` command | Daniel Gröber | 2015-08-27 | 1 | -3/+12 |
| | | | | | 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 | -1/+1 |
| | |||||
* | Add prepare command | Daniel Gröber | 2015-08-14 | 1 | -0/+15 |
| | |||||
* | Fix tests | Daniel Gröber | 2015-08-12 | 1 | -3/+7 |
| | |||||
* | Add support for having a custom `readProcess` | Daniel Gröber | 2015-08-12 | 1 | -20/+46 |
| | |||||
* | Minor stuff | Daniel Gröber | 2015-08-12 | 1 | -0/+1 |
| | |||||
* | Fix test | Daniel Gröber | 2015-08-10 | 1 | -1/+1 |
| | |||||
* | Add support for getting Cabal lib from sandbox | Daniel Gröber | 2015-08-10 | 1 | -8/+12 |
| | |||||
* | Factor sandbox stuff out into a seperate module | Daniel Gröber | 2015-08-07 | 1 | -51/+8 |
| | | | | So we can use the sandbox discovery for Setup.hs components | ||||
* | Migrate cabal.sandbox.config decoding logic from ghc-mod | Daniel Gröber | 2015-08-07 | 1 | -0/+54 |
| | |||||
* | Add pkg-db stack stuff to library interface | Daniel Gröber | 2015-08-07 | 1 | -3/+12 |
| | |||||
* | Add ghc-merged-pkg-options | Daniel Gröber | 2015-06-05 | 1 | -18/+26 |
| | | | | Needed to properly handle listing all module visible in a package | ||||
* | Add MonadIO instance for Query | Daniel Gröber | 2015-05-08 | 1 | -1/+1 |
| | |||||
* | Make it able to find executable on Windows | Iku Iwasa | 2015-04-21 | 1 | -1/+2 |
| | | | | This adds Cabal dependency to cabal-helper library. | ||||
* | Add language options query | Daniel Gröber | 2015-04-11 | 1 | -3/+12 |
| | |||||
* | Fix ghc 7.4 | Daniel Gröber | 2015-04-03 | 1 | -0/+5 |
| | |||||
* | Add `buildPlatform` | Daniel Gröber | 2015-04-03 | 1 | -0/+8 |
| | |||||
* | Fix stray output | Daniel Gröber | 2015-03-28 | 1 | -8/+1 |
| | |||||
* | Handle inplace library deps and do a rename pass | Daniel Gröber | 2015-03-28 | 1 | -26/+21 |
| | |||||
* | A bunch of fixes | Daniel Gröber | 2015-03-12 | 1 | -0/+5 |
| | |||||
* | Fix callProcess for process<1.2 | Daniel Gröber | 2015-03-12 | 1 | -1/+8 |
| | |||||
* | Fix ambiguity error | Daniel Gröber | 2015-03-12 | 1 | -2/+2 |
| | |||||
* | Initial commit | Daniel Gröber | 2015-03-12 | 1 | -0/+278 |