| Commit message (Expand) | Author | Age | Files | Lines |
* | Always include cabal-v2 project in discover | Luke Lau | 2019-12-21 | 1 | -2/+2 |
* | Restore lost [Note Stack Cabal Version] | Daniel Gröber | 2019-12-21 | 1 | -0/+14 |
* | Store piPackages in sorted order | Daniel Gröber | 2019-11-03 | 1 | -2/+2 |
* | Change license to Apache2 | Daniel Gröber | 2019-09-29 | 2 | -22/+12 |
* | Add support for symlink farming as a workaround for Stack | Daniel Gröber | 2019-09-29 | 1 | -57/+7 |
* | Remove Compat.ProgramDb module | Daniel Gröber | 2019-09-29 | 1 | -2/+7 |
* | Fix division factor for helper compilation timer | Daniel Gröber | 2019-09-17 | 1 | -1/+1 |
* | Fix some warnings | Daniel Gröber | 2019-09-17 | 2 | -3/+1 |
* | Update some code docs | Daniel Gröber | 2019-09-17 | 1 | -3/+2 |
* | Implement cabal v2 backpack unit workaround | Daniel Gröber | 2019-09-17 | 1 | -1/+5 |
* | Make caching more fine grained | Daniel Gröber | 2019-09-17 | 1 | -102/+191 |
* | Export qeCallProcess | Daniel Gröber | 2019-09-17 | 1 | -0/+1 |
* | Add verbose logging support for readProcess calls | Daniel Gröber | 2019-09-17 | 1 | -10/+3 |
* | Break cycle between 'Package' and 'Unit' | Daniel Gröber | 2019-09-17 | 1 | -1/+1 |
* | Add exported interface for running build-tools | Daniel Gröber | 2019-09-17 | 1 | -58/+92 |
* | Introduce Package abstracton | Daniel Gröber | 2019-09-17 | 1 | -41/+78 |
* | Remove crusty old helper code | Daniel Gröber | 2019-09-17 | 1 | -8/+15 |
* | Fix ProjLoc to source directory correspondence | Daniel Gröber | 2019-09-17 | 2 | -16/+10 |
* | Refactor ProjType to be more inductive | Daniel Gröber | 2019-09-17 | 1 | -0/+1 |
* | Allow passing override-env to process functions | Daniel Gröber | 2019-09-17 | 1 | -9/+13 |
* | Merge CompPrograms back into Programs | Daniel Gröber | 2019-09-17 | 1 | -11/+6 |
* | Flesh out project discovery API | Daniel Gröber | 2019-09-17 | 2 | -23/+49 |
* | Update API docs of main types | Daniel Gröber | 2019-09-17 | 1 | -7/+15 |
* | Split SProjType along build-tool line | Daniel Gröber | 2019-09-17 | 2 | -16/+18 |
* | Support cabal-file not being in pkgdir with cabal-v1 | Daniel Gröber | 2019-09-17 | 2 | -5/+5 |
* | Start implementing Distribution.Helper.Discover | Zubin Duggal | 2019-09-17 | 1 | -2/+36 |
* | Revert compilerVersion being project-scope | Daniel Gröber | 2019-05-27 | 1 | -6/+1 |
* | Fix QueryEnv not being compatible with Ex | Daniel Gröber | 2019-05-05 | 1 | -1/+2 |
* | Fix getHelper ignoring withProgs environment | Daniel Gröber | 2019-04-01 | 1 | -4/+1 |
* | Add ProjLocV1Dir for easier forward porting | Daniel Gröber | 2019-04-01 | 1 | -7/+9 |
* | Expose missing ChLibraryName in public API | Daniel Gröber | 2019-04-01 | 1 | -0/+1 |
* | Make compilerVersion accessor project-scope for V1 projects | Daniel Gröber | 2019-04-01 | 1 | -9/+21 |
* | Add skeleton for project discovery functionality | Daniel Gröber | 2019-03-31 | 1 | -0/+41 |
* | Improve export list order for docs | Daniel Gröber | 2019-03-31 | 1 | -1/+2 |
* | Fix missing CompPrograms export | Daniel Gröber | 2019-03-31 | 1 | -1/+2 |
* | Promote 'Ex' to exported API | Daniel Gröber | 2019-03-31 | 1 | -0/+1 |
* | docs | Daniel Gröber | 2019-03-29 | 1 | -5/+12 |
* | Add demoteSProjType | Daniel Gröber | 2019-02-11 | 1 | -0/+1 |
* | Shortcut helper compilation when Cabal version is already available | Daniel Gröber | 2019-02-09 | 1 | -20/+29 |
* | Add log-level to verbosity conditional | Daniel Gröber | 2019-01-30 | 1 | -6/+10 |
* | Fix ghc-pkg guessing logic when using v2-install | Daniel Gröber | 2019-01-30 | 1 | -5/+7 |
* | Fix getHelperExe not using correct stack programs | Luke Lau | 2019-01-26 | 1 | -39/+42 |
* | Add support and test coverage for mulit-pkg projects | Daniel Gröber | 2019-01-26 | 1 | -39/+67 |
* | Comments | Daniel Gröber | 2019-01-22 | 1 | -5/+4 |
* | Reintroduce type conventions: s/proj_type/pt/ s/cache/c/ | Daniel Gröber | 2019-01-22 | 1 | -0/+15 |
* | Fix warning | Daniel Gröber | 2019-01-22 | 1 | -1/+1 |
* | Add 'uComponentName' query | Daniel Gröber | 2019-01-22 | 1 | -0/+1 |
* | Add helper compilation time to debug output | Daniel Gröber | 2019-01-22 | 1 | -0/+7 |
* | Refactor Compile (for v2-install) | Daniel Gröber | 2019-01-22 | 1 | -10/+14 |
* | Move Shared.Sandbox module to Compiletime. | Daniel Gröber | 2019-01-22 | 1 | -3/+3 |