aboutsummaryrefslogtreecommitdiff
path: root/src/CabalHelper
Commit message (Expand)AuthorAgeFilesLines
* compile: v2-install --libs needs GHC >=8.0Daniel Gröber2019-01-262-0/+2
* 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-262-4/+38
* Add support and test coverage for mulit-pkg projectsDaniel Gröber2019-01-263-49/+105
* Fix package-envs conflicting with -package flagsDaniel Gröber2019-01-221-5/+8
* Fix ciSourceDirs commentaryDaniel Gröber2019-01-221-2/+4
* Fix cabal-file path for multi package v2 projectsDaniel Gröber2019-01-221-1/+1
* CommentsDaniel Gröber2019-01-222-22/+26
* CopyeditingDaniel Gröber2019-01-222-3/+3
* Reintroduce type conventions: s/proj_type/pt/ s/cache/c/Daniel Gröber2019-01-221-7/+7
* Make most record fields strictDaniel Gröber2019-01-222-16/+16
* Add 'uComponentName' queryDaniel Gröber2019-01-222-1/+30
* Add helper compilation time to debug outputDaniel Gröber2019-01-221-0/+6
* Refactor Compile (for v2-install)Daniel Gröber2019-01-226-156/+366
* Sync with Cabal HEADDaniel Gröber2019-01-222-4/+62
* Move Shared.Sandbox module to Compiletime.Daniel Gröber2019-01-225-6/+4
* Implement `compilerVersion`Daniel Gröber2019-01-221-1/+4
* Rename helper command: s/compiler-version/compiler-id/Daniel Gröber2019-01-222-4/+4
* Fix wrong target-selector syntax for v2-buildDaniel Gröber2019-01-221-1/+3
* Formatting changesDaniel Gröber2019-01-221-1/+1
* Include package.yaml in Unit modification times for Stack projectsDaniel Gröber2019-01-221-1/+2
* Fix compBuildDir isolation bugDaniel Gröber2019-01-221-1/+1
* Implement behaviour for cabal new-* (#61)Sebastian Wild2019-01-223-5/+22
* Formatting/indent changesDaniel Gröber2019-01-221-21/+19
* Split up Compile.hs into multiple modulesDaniel Gröber2018-10-279-415/+642
* Make some more datatype fields strictDaniel Gröber2018-10-271-3/+3
* Fix listCabalVersions logic bugDaniel Gröber2018-10-271-12/+10
* Suport using Stack's built-in GHC to build the helperDaniel Gröber2018-10-273-38/+46
* Refactor Unit handlingDaniel Gröber2018-10-274-67/+89
* Add package-id unit-queryDaniel Gröber2018-10-273-2/+10
* Add stack supportDaniel Gröber2018-10-273-1/+304
* Start refactoring to support cabal v2-buildDaniel Gröber2018-10-275-170/+239
* Include source hash in helper binary output pathDaniel Gröber2018-10-261-18/+18
* Move 'mightExist' to Common moduleDaniel Gröber2018-10-262-7/+7
* Fix Show instance for PanicDaniel Gröber2018-10-261-1/+3
* Fix a couple of warningsDaniel Gröber2018-10-262-6/+19
* Remove unused parameter from componentNameToChDaniel Gröber2018-10-262-9/+9
* Move compat code out of Runtime/Main.hsDaniel Gröber2018-10-263-54/+212
* Support hashing runtime sourcesDaniel Gröber2018-10-261-6/+30
* Remove wrapper, integrate functionality into the libraryDaniel Gröber2018-08-265-438/+219
* Fix package-id commandDaniel Gröber2018-08-231-1/+1
* Change maintainer email addressDaniel Gröber2018-08-1312-12/+12
* Add package name and description to license headersDaniel Gröber2018-08-1311-0/+11
* Downgrade license from AGPLv3 to regular GPLv3Daniel Gröber2018-08-1312-43/+88
* Add initial new-build (v2-build) support to wrapperDaniel Gröber2018-08-123-52/+142
* Remove unused importDaniel Gröber2018-08-121-1/+0
* Add --help option to wrapperDaniel Gröber2018-08-122-3/+7
* Add Cabal 2.4 supportDaniel Gröber2018-08-123-100/+38
* ci: Limit compile-test build concurrencyDaniel Gröber2018-06-171-4/+10
* Use `-j` when building Cabal HEADDaniel Gröber2018-04-161-0/+1