| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix cabal projects using source-repository-package | Daniel Gröber | 2020-05-02 | 1 | -24/+23 |
* | Run v2-install in '/' instead of /tmp | Daniel Gröber | 2020-05-01 | 1 | -2/+1 |
* | Add call to addDependentFile to track TH dependencies | Daniel Gröber | 2020-05-01 | 1 | -2/+4 |
* | Support GHC 8.10 | jneira | 2020-05-01 | 1 | -3/+11 |
* | Fix datestamp Cabal HEAD version being too long | Daniel Gröber | 2020-04-18 | 1 | -14/+3 |
* | Revert "Fix Cabal version selection for Stack (esp. build-type:Custom)" | Daniel Gröber | 2020-02-11 | 2 | -17/+8 |
* | Fix patchBuildToolProgs when haddock cannot be found | Javier Neira | 2020-02-10 | 2 | -8/+13 |
* | Fix invokeGhc when using relative paths | Daniel Gröber | 2020-01-11 | 1 | -4/+8 |
* | Fix Cabal version selection for Stack (esp. build-type:Custom) | Daniel Gröber | 2020-01-11 | 2 | -8/+17 |
* | Unset GHC_ENVIRONMENT and GHC_PACKAGE_PATH before invocing GHC | Daniel Gröber | 2020-01-11 | 3 | -19/+20 |
* | ghc-session: Get GHC libdir from --print-libdir command | Daniel Gröber | 2019-12-29 | 1 | -0/+4 |
* | 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 |