aboutsummaryrefslogtreecommitdiff
path: root/src/CabalHelper/Compiletime/Program
Commit message (Expand)AuthorAgeFilesLines
* Break cycle between 'Package' and 'Unit'Daniel Gröber2019-09-172-2/+4
* Add exported interface for running build-toolsDaniel Gröber2019-09-172-2/+33
* Introduce Package abstractonDaniel Gröber2019-09-172-46/+77
* Refactor ProjType to be more inductiveDaniel Gröber2019-09-171-1/+1
* Allow passing override-env to process functionsDaniel Gröber2019-09-173-12/+12
* Merge CompPrograms back into ProgramsDaniel Gröber2019-09-173-19/+19
* Flesh out project discovery APIDaniel Gröber2019-09-171-1/+1
* Fix some warningsDaniel Gröber2019-09-171-6/+4
* Make compilerVersion accessor project-scope for V1 projectsDaniel Gröber2019-04-011-1/+1
* Bestow installCabalLibV2 with the message blubDaniel Gröber2019-03-291-13/+19
* Fix empty package-db being interpreted as "existing"Daniel Gröber2019-02-141-0/+1
* Make Cabal-HEAD lib v2-build cachableDaniel Gröber2019-02-142-10/+16
* Add log-level to verbosity conditionalDaniel Gröber2019-01-301-7/+7
* Fix ghc-pkg guessing logic when using v2-installDaniel Gröber2019-01-301-1/+1
* compile: v2-install --libs needs GHC >=8.0Daniel Gröber2019-01-261-0/+1
* Fix getHelperExe not using correct stack programsLuke Lau2019-01-261-4/+4
* Add Stack version check for `stack ide packages --cabal-file`Daniel Gröber2019-01-261-1/+25
* Add support and test coverage for mulit-pkg projectsDaniel Gröber2019-01-261-23/+40
* Fix package-envs conflicting with -package flagsDaniel Gröber2019-01-221-5/+8
* Make most record fields strictDaniel Gröber2019-01-221-8/+8
* Add 'uComponentName' queryDaniel Gröber2019-01-221-0/+15
* Refactor Compile (for v2-install)Daniel Gröber2019-01-222-47/+125
* Fix wrong target-selector syntax for v2-buildDaniel Gröber2019-01-221-1/+3
* Implement behaviour for cabal new-* (#61)Sebastian Wild2019-01-222-2/+8
* Split up Compile.hs into multiple modulesDaniel Gröber2018-10-273-1/+335
* Suport using Stack's built-in GHC to build the helperDaniel Gröber2018-10-271-1/+6
* Refactor Unit handlingDaniel Gröber2018-10-271-5/+6
* Add stack supportDaniel Gröber2018-10-271-0/+86