| Commit message (Expand) | Author | Age | Files | Lines |
* | ghc-session: Get correct builtin Cabal version per proj-type | Daniel Gröber | 2019-02-11 | 1 | -48/+89 |
* | helper: Make 'version' comand part of the normal parsing logic | Daniel Gröber | 2019-02-10 | 1 | -7/+3 |
* | Shortcut helper compilation when Cabal version is already available | Daniel Gröber | 2019-02-09 | 6 | -815/+852 |
* | Sync with Cabal HEAD | Daniel Gröber | 2019-02-09 | 1 | -1/+1 |
* | Fix module description | Daniel Gröber | 2019-01-30 | 1 | -1/+1 |
* | ci: Move stack install logic into seperate script | Daniel Gröber | 2019-01-30 | 2 | -23/+28 |
* | Add log-level to verbosity conditional | Daniel Gröber | 2019-01-30 | 6 | -19/+25 |
* | Fix ghc-pkg guessing logic when using v2-install | Daniel Gröber | 2019-01-30 | 2 | -6/+8 |
* | Fix SomeException swallowing in compileWithCabalV2GhcEnv | Daniel Gröber | 2019-01-30 | 1 | -2/+2 |
* | compile: v2-install --libs needs GHC >=8.0 | Daniel Gröber | 2019-01-26 | 2 | -0/+2 |
* | ghc-session: Run V2 tests first to get faster build times | Daniel Gröber | 2019-01-26 | 1 | -3/+3 |
* | Update stack_resolver_table | Daniel Gröber | 2019-01-26 | 1 | -8/+11 |
* | ci: Upgrade images for cabal-install 2.4.1.0 | Daniel Gröber | 2019-01-26 | 1 | -10/+10 |
* | compile-test: Update Cabal versions and bounds to reflect reality | Daniel Gröber | 2019-01-26 | 1 | -6/+5 |
* | Fix getHelperExe not using correct stack programs | Luke Lau | 2019-01-26 | 2 | -43/+46 |
* | Add Stack version check for `stack ide packages --cabal-file` | Daniel Gröber | 2019-01-26 | 2 | -4/+38 |
* | Add support and test coverage for mulit-pkg projects | Daniel Gröber | 2019-01-26 | 34 | -217/+697 |
* | ci: Install stack from git when necessary | Daniel Gröber | 2019-01-22 | 1 | -0/+46 |
* | Fix package-envs conflicting with -package flags | Daniel Gröber | 2019-01-22 | 1 | -5/+8 |
* | Fix ciSourceDirs commentary | Daniel Gröber | 2019-01-22 | 1 | -2/+4 |
* | Use cabal-plan-0.5 from Hackage | Daniel Gröber | 2019-01-22 | 17 | -3935/+2 |
* | Fix cabal-file path for multi package v2 projects | Daniel Gröber | 2019-01-22 | 1 | -1/+1 |
* | Add example to show off cabal-helper's functionality | Daniel Gröber | 2019-01-22 | 2 | -0/+73 |
* | Comments | Daniel Gröber | 2019-01-22 | 4 | -28/+30 |
* | compile-test: Don't `cabal update` before tests | Daniel Gröber | 2019-01-22 | 1 | -2/+0 |
* | compile-test: Only override HOME when it doesn't exist | Daniel Gröber | 2019-01-22 | 1 | -1/+10 |
* | Copyediting | Daniel Gröber | 2019-01-22 | 2 | -3/+3 |
* | Reintroduce type conventions: s/proj_type/pt/ s/cache/c/ | Daniel Gröber | 2019-01-22 | 2 | -7/+22 |
* | Fix warning | Daniel Gröber | 2019-01-22 | 1 | -1/+1 |
* | Make most record fields strict | Daniel Gröber | 2019-01-22 | 2 | -16/+16 |
* | Add 'uComponentName' query | Daniel Gröber | 2019-01-22 | 3 | -1/+31 |
* | Add helper compilation time to debug output | Daniel Gröber | 2019-01-22 | 3 | -0/+14 |
* | Refactor Compile (for v2-install) | Daniel Gröber | 2019-01-22 | 8 | -210/+424 |
* | compilation-test: Let Cabal constraint fall through to latest GHC ver | Daniel Gröber | 2019-01-22 | 1 | -2/+2 |
* | Sync with Cabal HEAD | Daniel Gröber | 2019-01-22 | 4 | -14/+67 |
* | Move Shared.Sandbox module to Compiletime. | Daniel Gröber | 2019-01-22 | 7 | -11/+8 |
* | Implement `compilerVersion` | Daniel Gröber | 2019-01-22 | 2 | -16/+30 |
* | Rename helper command: s/compiler-version/compiler-id/ | Daniel Gröber | 2019-01-22 | 3 | -6/+6 |
* | Add descriptions to the tests | Daniel Gröber | 2019-01-22 | 2 | -0/+10 |
* | Tune README a bit more | Daniel Gröber | 2019-01-22 | 1 | -3/+3 |
* | Fix wrong target-selector syntax for v2-build | Daniel Gröber | 2019-01-22 | 1 | -1/+3 |
* | git subrepo push --branch=target-selector cabal-plan | Daniel Gröber | 2019-01-22 | 1 | -3/+3 |
* | Add cabal target-selector compatible pretty printer for CompName | Daniel Gröber | 2019-01-22 | 3 | -12/+23 |
* | git subrepo clone --branch=master --force ../cabal-plan | Daniel Gröber | 2019-01-22 | 1 | -3/+4 |
* | Migrate to Cabal-2.2 common stanzas, yey! | Daniel Gröber | 2019-01-22 | 2 | -171/+32 |
* | Streamline the README a bit | Daniel Gröber | 2019-01-22 | 1 | -19/+59 |
* | ghc-session: Refactor in preparation for Stack tests | Daniel Gröber | 2019-01-22 | 1 | -43/+54 |
* | Formatting changes | Daniel Gröber | 2019-01-22 | 1 | -1/+1 |
* | Include package.yaml in Unit modification times for Stack projects | Daniel Gröber | 2019-01-22 | 2 | -11/+20 |
* | Allow v2-build projects to not have a cabal.project file | Daniel Gröber | 2019-01-22 | 2 | -16/+6 |