| Commit message (Expand) | Author | Age | Files | Lines |
* | Explicitly state package in component | Luke Lau | 2019-11-27 | 1 | -2/+2 |
* | Change license to Apache2 | Daniel Gröber | 2019-09-29 | 14 | -151/+81 |
* | Add support for symlink farming as a workaround for Stack | Daniel Gröber | 2019-09-29 | 3 | -1/+114 |
* | Remove Compat.ProgramDb module | Daniel Gröber | 2019-09-29 | 1 | -31/+0 |
* | Remove redundant timing code for compileHelper | Daniel Gröber | 2019-09-17 | 1 | -6/+0 |
* | Use plStackProjectDir instead of 'takeDirectory stack_yaml' | Daniel Gröber | 2019-09-17 | 1 | -4/+4 |
* | Fix some warnings | Daniel Gröber | 2019-09-17 | 1 | -1/+0 |
* | Update some code docs | Daniel Gröber | 2019-09-17 | 2 | -13/+24 |
* | Remove pretty-show dependency | Daniel Gröber | 2019-09-17 | 1 | -2/+1 |
* | Fix "Installing lib:Cabal" message | Daniel Gröber | 2019-09-17 | 1 | -1/+1 |
* | Implement cabal v2 backpack unit workaround | Daniel Gröber | 2019-09-17 | 2 | -7/+35 |
* | Make caching more fine grained | Daniel Gröber | 2019-09-17 | 1 | -9/+63 |
* | Add verbose logging support for readProcess calls | Daniel Gröber | 2019-09-17 | 1 | -11/+24 |
* | Fix some import warnings | Daniel Gröber | 2019-09-17 | 2 | -2/+0 |
* | Break cycle between 'Package' and 'Unit' | Daniel Gröber | 2019-09-17 | 3 | -5/+9 |
* | Add exported interface for running build-tools | Daniel Gröber | 2019-09-17 | 4 | -12/+71 |
* | Refine ProjLoc docs | Daniel Gröber | 2019-09-17 | 1 | -18/+21 |
* | Introduce Package abstracton | Daniel Gröber | 2019-09-17 | 3 | -61/+90 |
* | Remove crusty old helper code | Daniel Gröber | 2019-09-17 | 1 | -3/+0 |
* | Fix ProjLoc to source directory correspondence | Daniel Gröber | 2019-09-17 | 1 | -1/+11 |
* | Refactor ProjType to be more inductive | Daniel Gröber | 2019-09-17 | 2 | -22/+30 |
* | Allow passing override-env to process functions | Daniel Gröber | 2019-09-17 | 6 | -27/+43 |
* | Merge CompPrograms back into Programs | Daniel Gröber | 2019-09-17 | 4 | -34/+23 |
* | Add TODO about user-ghc-environment support | Daniel Gröber | 2019-09-17 | 1 | -0/+5 |
* | Flesh out project discovery API | Daniel Gröber | 2019-09-17 | 3 | -31/+14 |
* | Fix some warnings | Daniel Gröber | 2019-09-17 | 2 | -7/+4 |
* | Update API docs of main types | Daniel Gröber | 2019-09-17 | 1 | -27/+93 |
* | Split SProjType along build-tool line | Daniel Gröber | 2019-09-17 | 1 | -22/+37 |
* | Support cabal-file not being in pkgdir with cabal-v1 | Daniel Gröber | 2019-09-17 | 1 | -3/+3 |
* | Fix RelativePath invariants | Daniel Gröber | 2019-09-17 | 1 | -6/+22 |
* | Start implementing Distribution.Helper.Discover | Zubin Duggal | 2019-09-17 | 1 | -0/+26 |
* | Revert compilerVersion being project-scope | Daniel Gröber | 2019-05-27 | 1 | -2/+4 |
* | Fix QueryEnv not being compatible with Ex | Daniel Gröber | 2019-05-05 | 1 | -2/+1 |
* | Add ProjLocV1Dir for easier forward porting | Daniel Gröber | 2019-04-01 | 1 | -2/+8 |
* | Make compilerVersion accessor project-scope for V1 projects | Daniel Gröber | 2019-04-01 | 3 | -6/+50 |
* | Fix datecode padding in unpackCabalHEAD | Daniel Gröber | 2019-04-01 | 1 | -1/+2 |
* | Don't insist on an odd major version in unpackCabalHEAD | Daniel Gröber | 2019-04-01 | 1 | -3/+4 |
* | Fix replaceVersionDecl for Cabal HEAD | Daniel Gröber | 2019-03-31 | 1 | -1/+3 |
* | Promote 'Ex' to exported API | Daniel Gröber | 2019-03-31 | 1 | -1/+29 |
* | Bestow installCabalLibV2 with the message blub | Daniel Gröber | 2019-03-29 | 1 | -13/+19 |
* | docs | Daniel Gröber | 2019-03-29 | 1 | -9/+19 |
* | Fix indent | Daniel Gröber | 2019-02-14 | 1 | -1/+1 |
* | Fix empty package-db being interpreted as "existing" | Daniel Gröber | 2019-02-14 | 1 | -0/+1 |
* | Make Cabal-HEAD lib v2-build cachable | Daniel Gröber | 2019-02-14 | 4 | -37/+92 |
* | Some helper compilation test coverage comments | Daniel Gröber | 2019-02-11 | 1 | -0/+2 |
* | Add demoteSProjType | Daniel Gröber | 2019-02-11 | 1 | -0/+5 |
* | docs | Daniel Gröber | 2019-02-11 | 1 | -0/+1 |
* | Shortcut helper compilation when Cabal version is already available | Daniel Gröber | 2019-02-09 | 2 | -2/+6 |
* | 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 |