Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix module description | Daniel Gröber | 2019-01-30 | 1 | -1/+1 | |
| | | | | [ci skip] | |||||
* | Add log-level to verbosity conditional | Daniel Gröber | 2019-01-30 | 3 | -10/+12 | |
| | ||||||
* | Fix ghc-pkg guessing logic when using v2-install | Daniel Gröber | 2019-01-30 | 1 | -1/+1 | |
| | ||||||
* | Fix SomeException swallowing in compileWithCabalV2GhcEnv | Daniel Gröber | 2019-01-30 | 1 | -2/+2 | |
| | ||||||
* | compile: v2-install --libs needs GHC >=8.0 | Daniel Gröber | 2019-01-26 | 2 | -0/+2 | |
| | ||||||
* | Fix getHelperExe not using correct stack programs | Luke Lau | 2019-01-26 | 1 | -4/+4 | |
| | | | | | In turn fixes errors when building cabal-helper exe for stack projects where the resolver uses a different ghc version than system. | |||||
* | Add Stack version check for `stack ide packages --cabal-file` | Daniel Gröber | 2019-01-26 | 1 | -1/+25 | |
| | ||||||
* | Add support and test coverage for mulit-pkg projects | Daniel Gröber | 2019-01-26 | 3 | -49/+105 | |
| | ||||||
* | Fix package-envs conflicting with -package flags | Daniel Gröber | 2019-01-22 | 1 | -5/+8 | |
| | ||||||
* | Fix cabal-file path for multi package v2 projects | Daniel Gröber | 2019-01-22 | 1 | -1/+1 | |
| | ||||||
* | Comments | Daniel Gröber | 2019-01-22 | 1 | -22/+24 | |
| | | | | [ci skip] | |||||
* | Copyediting | Daniel Gröber | 2019-01-22 | 1 | -2/+2 | |
| | | | | [skip ci] | |||||
* | Reintroduce type conventions: s/proj_type/pt/ s/cache/c/ | Daniel Gröber | 2019-01-22 | 1 | -7/+7 | |
| | ||||||
* | Make most record fields strict | Daniel Gröber | 2019-01-22 | 2 | -16/+16 | |
| | | | | | This lets GHC give better error messages when forgetting to initialize a field when using the `let field = _ in DataType{..}` RecordWildcards syntax. | |||||
* | Add 'uComponentName' query | Daniel Gröber | 2019-01-22 | 2 | -1/+30 | |
| | ||||||
* | Add helper compilation time to debug output | Daniel Gröber | 2019-01-22 | 1 | -0/+6 | |
| | ||||||
* | Refactor Compile (for v2-install) | Daniel Gröber | 2019-01-22 | 6 | -156/+366 | |
| | ||||||
* | Sync with Cabal HEAD | Daniel Gröber | 2019-01-22 | 1 | -0/+41 | |
| | ||||||
* | Move Shared.Sandbox module to Compiletime. | Daniel Gröber | 2019-01-22 | 3 | -2/+76 | |
| | ||||||
* | Implement `compilerVersion` | Daniel Gröber | 2019-01-22 | 1 | -1/+4 | |
| | ||||||
* | Rename helper command: s/compiler-version/compiler-id/ | Daniel Gröber | 2019-01-22 | 1 | -1/+1 | |
| | ||||||
* | Fix wrong target-selector syntax for v2-build | Daniel Gröber | 2019-01-22 | 1 | -1/+3 | |
| | ||||||
* | Formatting changes | Daniel Gröber | 2019-01-22 | 1 | -1/+1 | |
| | | | | [ci skip] | |||||
* | Include package.yaml in Unit modification times for Stack projects | Daniel Gröber | 2019-01-22 | 1 | -1/+2 | |
| | ||||||
* | Fix compBuildDir isolation bug | Daniel Gröber | 2019-01-22 | 1 | -1/+1 | |
| | | | | | In f071b83fd8 (Include source hash in helper binary output path) we accidentally removed the GHC/Cabal version numbers previously included in this path. | |||||
* | Implement behaviour for cabal new-* (#61) | Sebastian Wild | 2019-01-22 | 3 | -5/+22 | |
| | | | | | Add list of components to Unit data type to handle v2 based builds per cabal unit. | |||||
* | Formatting/indent changes | Daniel Gröber | 2019-01-22 | 1 | -21/+19 | |
| | | | | [ci skip] | |||||
* | Split up Compile.hs into multiple modules | Daniel Gröber | 2018-10-27 | 8 | -406/+642 | |
| | ||||||
* | Make some more datatype fields strict | Daniel Gröber | 2018-10-27 | 1 | -3/+3 | |
| | ||||||
* | Fix listCabalVersions logic bug | Daniel Gröber | 2018-10-27 | 1 | -12/+10 | |
| | | | | | The 'mdb' argument is supposed to be interpreted as "use the global db" when it's 'Nothing'. | |||||
* | Suport using Stack's built-in GHC to build the helper | Daniel Gröber | 2018-10-27 | 3 | -38/+46 | |
| | ||||||
* | Refactor Unit handling | Daniel Gröber | 2018-10-27 | 3 | -61/+84 | |
| | ||||||
* | Add package-id unit-query | Daniel Gröber | 2018-10-27 | 1 | -0/+3 | |
| | ||||||
* | Add stack support | Daniel Gröber | 2018-10-27 | 3 | -1/+304 | |
| | ||||||
* | Start refactoring to support cabal v2-build | Daniel Gröber | 2018-10-27 | 2 | -41/+58 | |
| | ||||||
* | Include source hash in helper binary output path | Daniel Gröber | 2018-10-26 | 1 | -18/+18 | |
| | ||||||
* | Fix a couple of warnings | Daniel Gröber | 2018-10-26 | 1 | -0/+1 | |
| | ||||||
* | Move compat code out of Runtime/Main.hs | Daniel Gröber | 2018-10-26 | 1 | -0/+1 | |
| | ||||||
* | Support hashing runtime sources | Daniel Gröber | 2018-10-26 | 1 | -6/+30 | |
| | ||||||
* | Remove wrapper, integrate functionality into the library | Daniel Gröber | 2018-08-26 | 4 | -432/+212 | |
| | | | | | | | | | | | | The use of a wrapper executable to compile the real helper was a design mistake originally intended to isolate the calling application from a dependency on the Cabal library completely. This isolation turned out to be rather tedious and thus was ignored soon, the wrapper remained though. Due to the way cabal-install installs components of a package into seperate install trees when using new-install finding the wrapper exe reliably has become pretty much impossible without huge effort. Hence we remove it and integrate the functionality into the library instead. | |||||
* | Fix package-id command | Daniel Gröber | 2018-08-23 | 1 | -1/+1 | |
| | ||||||
* | Change maintainer email address | Daniel Gröber | 2018-08-13 | 8 | -8/+8 | |
| | ||||||
* | Add package name and description to license headers | Daniel Gröber | 2018-08-13 | 7 | -0/+7 | |
| | ||||||
* | Downgrade license from AGPLv3 to regular GPLv3 | Daniel Gröber | 2018-08-13 | 8 | -24/+69 | |
| | | | | | | | | | | | | | | There are only 8 commits in cabal-helper not by me or alanz, see: $ git log --author='Daniel Gröber\|Alan Zimmerman' --invert-grep -p 9142d8a9e6ed18faf17a360521fbbbd25f6a3b47 Alan Zimmerman has agreed to the license change on IRC. The rest are IMO uncopyrightable. I'm pretty sure version-bounds are "facts" which are inherently uncopyrightable, i.e. the software builds with this and that version, that's a fact. Simple build fixes such as ae568d10 and eb178a5b shouldn't really cross the necessary creative threshold. | |||||
* | Add initial new-build (v2-build) support to wrapper | Daniel Gröber | 2018-08-12 | 3 | -52/+142 | |
| | ||||||
* | Add --help option to wrapper | Daniel Gröber | 2018-08-12 | 2 | -3/+7 | |
| | ||||||
* | Add Cabal 2.4 support | Daniel Gröber | 2018-08-12 | 3 | -100/+38 | |
| | ||||||
* | ci: Limit compile-test build concurrency | Daniel Gröber | 2018-06-17 | 1 | -4/+10 | |
| | ||||||
* | Use `-j` when building Cabal HEAD | Daniel Gröber | 2018-04-16 | 1 | -0/+1 | |
| | ||||||
* | Fix building with Cabal 2.2 (#53) | Julian Ospald | 2018-04-05 | 1 | -1/+0 | |
| |