| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add demoteSProjType | Daniel Gröber | 2019-02-11 | 1 | -0/+5 |
* | docs | Daniel Gröber | 2019-02-11 | 1 | -0/+1 |
* | 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 | 4 | -795/+820 |
* | 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 |
* | Add log-level to verbosity conditional | Daniel Gröber | 2019-01-30 | 3 | -10/+12 |
* | Fix ghc-pkg guessing logic when using v2-install | Daniel Gröber | 2019-01-30 | 1 | -1/+1 |
* | 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 |
* | Fix getHelperExe not using correct stack programs | Luke Lau | 2019-01-26 | 1 | -4/+4 |
* | 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 | 3 | -49/+105 |
* | 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 |
* | Fix cabal-file path for multi package v2 projects | Daniel Gröber | 2019-01-22 | 1 | -1/+1 |
* | Comments | Daniel Gröber | 2019-01-22 | 2 | -22/+26 |
* | 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 | 1 | -7/+7 |
* | Make most record fields strict | Daniel Gröber | 2019-01-22 | 2 | -16/+16 |
* | Add 'uComponentName' query | Daniel Gröber | 2019-01-22 | 2 | -1/+30 |
* | Add helper compilation time to debug output | Daniel Gröber | 2019-01-22 | 1 | -0/+6 |
* | Refactor Compile (for v2-install) | Daniel Gröber | 2019-01-22 | 6 | -156/+366 |
* | Sync with Cabal HEAD | Daniel Gröber | 2019-01-22 | 2 | -4/+62 |
* | Move Shared.Sandbox module to Compiletime. | Daniel Gröber | 2019-01-22 | 5 | -6/+4 |
* | Implement `compilerVersion` | Daniel Gröber | 2019-01-22 | 1 | -1/+4 |
* | Rename helper command: s/compiler-version/compiler-id/ | Daniel Gröber | 2019-01-22 | 2 | -4/+4 |
* | Fix wrong target-selector syntax for v2-build | Daniel Gröber | 2019-01-22 | 1 | -1/+3 |
* | 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 | 1 | -1/+2 |
* | Fix compBuildDir isolation bug | Daniel Gröber | 2019-01-22 | 1 | -1/+1 |
* | Implement behaviour for cabal new-* (#61) | Sebastian Wild | 2019-01-22 | 3 | -5/+22 |
* | Formatting/indent changes | Daniel Gröber | 2019-01-22 | 1 | -21/+19 |
* | Split up Compile.hs into multiple modules | Daniel Gröber | 2018-10-27 | 9 | -415/+642 |
* | Make some more datatype fields strict | Daniel Gröber | 2018-10-27 | 1 | -3/+3 |
* | Fix listCabalVersions logic bug | Daniel Gröber | 2018-10-27 | 1 | -12/+10 |
* | Suport using Stack's built-in GHC to build the helper | Daniel Gröber | 2018-10-27 | 3 | -38/+46 |
* | Refactor Unit handling | Daniel Gröber | 2018-10-27 | 4 | -67/+89 |
* | Add package-id unit-query | Daniel Gröber | 2018-10-27 | 3 | -2/+10 |
* | Add stack support | Daniel Gröber | 2018-10-27 | 3 | -1/+304 |
* | Start refactoring to support cabal v2-build | Daniel Gröber | 2018-10-27 | 5 | -170/+239 |
* | Include source hash in helper binary output path | Daniel Gröber | 2018-10-26 | 1 | -18/+18 |
* | Move 'mightExist' to Common module | Daniel Gröber | 2018-10-26 | 2 | -7/+7 |
* | Fix Show instance for Panic | Daniel Gröber | 2018-10-26 | 1 | -1/+3 |
* | Fix a couple of warnings | Daniel Gröber | 2018-10-26 | 2 | -6/+19 |
* | Remove unused parameter from componentNameToCh | Daniel Gröber | 2018-10-26 | 2 | -9/+9 |
* | Move compat code out of Runtime/Main.hs | Daniel Gröber | 2018-10-26 | 3 | -54/+212 |
* | Support hashing runtime sources | Daniel Gröber | 2018-10-26 | 1 | -6/+30 |
* | Remove wrapper, integrate functionality into the library | Daniel Gröber | 2018-08-26 | 5 | -438/+219 |
* | Fix package-id command | Daniel Gröber | 2018-08-23 | 1 | -1/+1 |