aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make compilerVersion accessor project-scope for V1 projectsDaniel Gröber2019-04-014-24/+62
* Fix datecode padding in unpackCabalHEADDaniel Gröber2019-04-011-1/+2
* Don't insist on an odd major version in unpackCabalHEADDaniel Gröber2019-04-011-3/+4
* Fix replaceVersionDecl for Cabal HEADDaniel Gröber2019-03-311-1/+3
* Promote 'Ex' to exported APIDaniel Gröber2019-03-311-1/+29
* Bestow installCabalLibV2 with the message blubDaniel Gröber2019-03-291-13/+19
* docsDaniel Gröber2019-03-292-9/+20
* Add accessor for ChModuleName newtypeDaniel Gröber2019-03-291-1/+1
* Fix indentDaniel Gröber2019-02-141-1/+1
* Sync with Cabal HEADDaniel Gröber2019-02-141-2/+1
* 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-144-37/+92
* Some helper compilation test coverage commentsDaniel Gröber2019-02-111-0/+2
* Add demoteSProjTypeDaniel Gröber2019-02-111-0/+5
* docsDaniel Gröber2019-02-111-0/+1
* helper: Make 'version' comand part of the normal parsing logicDaniel Gröber2019-02-101-7/+3
* Shortcut helper compilation when Cabal version is already availableDaniel Gröber2019-02-094-795/+820
* Sync with Cabal HEADDaniel Gröber2019-02-091-1/+1
* Fix module descriptionDaniel Gröber2019-01-301-1/+1
* Add log-level to verbosity conditionalDaniel Gröber2019-01-303-10/+12
* Fix ghc-pkg guessing logic when using v2-installDaniel Gröber2019-01-301-1/+1
* Fix SomeException swallowing in compileWithCabalV2GhcEnvDaniel Gröber2019-01-301-2/+2
* 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