aboutsummaryrefslogtreecommitdiff
path: root/src/CabalHelper/Compiletime/Compile.hs
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix Cabal version selection for Stack (esp. build-type:Custom)"Daniel Gröber2020-02-111-6/+6
* Fix Cabal version selection for Stack (esp. build-type:Custom)Daniel Gröber2020-01-111-6/+6
* Change license to Apache2Daniel Gröber2019-09-291-11/+6
* Remove redundant timing code for compileHelperDaniel Gröber2019-09-171-6/+0
* Add TODO about user-ghc-environment supportDaniel Gröber2019-09-171-0/+5
* Fix indentDaniel Gröber2019-02-141-1/+1
* Make Cabal-HEAD lib v2-build cachableDaniel Gröber2019-02-141-11/+23
* Some helper compilation test coverage commentsDaniel Gröber2019-02-111-0/+2
* Fix SomeException swallowing in compileWithCabalV2GhcEnvDaniel Gröber2019-01-301-2/+2
* compile: v2-install --libs needs GHC >=8.0Daniel Gröber2019-01-261-0/+1
* CopyeditingDaniel Gröber2019-01-221-2/+2
* Make most record fields strictDaniel Gröber2019-01-221-8/+8
* Add helper compilation time to debug outputDaniel Gröber2019-01-221-0/+6
* Refactor Compile (for v2-install)Daniel Gröber2019-01-221-84/+174
* Move Shared.Sandbox module to Compiletime.Daniel Gröber2019-01-221-1/+2
* Fix compBuildDir isolation bugDaniel Gröber2019-01-221-1/+1
* Split up Compile.hs into multiple modulesDaniel Gröber2018-10-271-403/+10
* Fix listCabalVersions logic bugDaniel Gröber2018-10-271-12/+10
* Suport using Stack's built-in GHC to build the helperDaniel Gröber2018-10-271-17/+18
* Refactor Unit handlingDaniel Gröber2018-10-271-27/+28
* Start refactoring to support cabal v2-buildDaniel Gröber2018-10-271-33/+37
* Include source hash in helper binary output pathDaniel Gröber2018-10-261-18/+18
* Remove wrapper, integrate functionality into the libraryDaniel Gröber2018-08-261-147/+169
* Change maintainer email addressDaniel Gröber2018-08-131-1/+1
* Add package name and description to license headersDaniel Gröber2018-08-131-0/+1
* Downgrade license from AGPLv3 to regular GPLv3Daniel Gröber2018-08-131-5/+5
* Add initial new-build (v2-build) support to wrapperDaniel Gröber2018-08-121-32/+69
* ci: Limit compile-test build concurrencyDaniel Gröber2018-06-171-4/+10
* Use `-j` when building Cabal HEADDaniel Gröber2018-04-161-0/+1
* Refactor 'compileHelper' to cache helper in all casesDaniel Gröber2018-01-181-91/+112
* Fix and refactor CH.C.CompileDaniel Gröber2018-01-181-102/+165
* Make PackageDbDir newtype accessor more conventionalDaniel Gröber2018-01-181-2/+2
* Refactor to introduce Cabal version typeDaniel Gröber2018-01-181-52/+56
* Support using act-as-setup with c-i >=1.24Daniel Gröber2017-10-041-16/+27
* Move 'trim' to commonDaniel Gröber2017-10-041-3/+0
* Move split source into src/ and lib/Daniel Gröber2017-09-281-0/+595