Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make ChSetupEntrypoint carry the Main module file name | Daniel Gröber | 2019-09-17 | 1 | -0/+2 |
| | |||||
* | Remove crusty old helper code | Daniel Gröber | 2019-09-17 | 1 | -34/+11 |
| | | | | | | | | | | | | - Inplace component inlining really always was a nasty cludge, now that we have proper build-system support we can get rid of it. - GHC options subsets aren't really needed, we can split these up after parsing the options using the ghc library. - Dropped GHC 7.10, it seems unsupportable without the inplace component inlining, possibly a Stack/lib:Cabal bug, but it is quite old so time for it to go anyway. This is the second thing commit it was holing up too! | ||||
* | Fix redundant case warning | Daniel Gröber | 2019-06-19 | 1 | -1/+0 |
| | |||||
* | Make compilerVersion accessor project-scope for V1 projects | Daniel Gröber | 2019-04-01 | 1 | -18/+12 |
| | |||||
* | docs | Daniel Gröber | 2019-03-29 | 1 | -0/+1 |
| | |||||
* | Add accessor for ChModuleName newtype | Daniel Gröber | 2019-03-29 | 1 | -1/+1 |
| | |||||
* | Add Stack version check for `stack ide packages --cabal-file` | Daniel Gröber | 2019-01-26 | 1 | -3/+13 |
| | |||||
* | Fix ciSourceDirs commentary | Daniel Gröber | 2019-01-22 | 1 | -2/+4 |
| | | | | [ci skip] | ||||
* | Comments | Daniel Gröber | 2019-01-22 | 1 | -0/+2 |
| | | | | [ci skip] | ||||
* | Copyediting | Daniel Gröber | 2019-01-22 | 1 | -1/+1 |
| | | | | [skip ci] | ||||
* | Move Shared.Sandbox module to Compiletime. | Daniel Gröber | 2019-01-22 | 1 | -74/+0 |
| | |||||
* | Split up Compile.hs into multiple modules | Daniel Gröber | 2018-10-27 | 1 | -9/+0 |
| | |||||
* | Add package-id unit-query | Daniel Gröber | 2018-10-27 | 1 | -1/+1 |
| | |||||
* | Start refactoring to support cabal v2-build | Daniel Gröber | 2018-10-27 | 1 | -11/+43 |
| | |||||
* | Move 'mightExist' to Common module | Daniel Gröber | 2018-10-26 | 2 | -7/+7 |
| | |||||
* | Fix Show instance for Panic | Daniel Gröber | 2018-10-26 | 1 | -1/+3 |
| | |||||
* | Fix a couple of warnings | Daniel Gröber | 2018-10-26 | 1 | -6/+18 |
| | |||||
* | Remove wrapper, integrate functionality into the library | Daniel Gröber | 2018-08-26 | 1 | -6/+7 |
| | | | | | | | | | | | | 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. | ||||
* | Change maintainer email address | Daniel Gröber | 2018-08-13 | 3 | -3/+3 |
| | |||||
* | Add package name and description to license headers | Daniel Gröber | 2018-08-13 | 3 | -0/+3 |
| | |||||
* | Downgrade license from AGPLv3 to regular GPLv3 | Daniel Gröber | 2018-08-13 | 3 | -15/+15 |
| | | | | | | | | | | | | | | 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. | ||||
* | Fix building with Cabal 2.2 (#53) | Julian Ospald | 2018-04-05 | 1 | -1/+18 |
| | |||||
* | Fix docs | Daniel Gröber | 2018-01-19 | 1 | -1/+1 |
| | | | | | | ..its called XDG_CACHE_HOME not XDG_CACHE_DIR. [skip ci] | ||||
* | Bring in needsBuildOuput query, for indefinite modules | Alan Zimmerman | 2018-01-18 | 1 | -9/+9 |
| | |||||
* | WIP on backpack support | Alan Zimmerman | 2018-01-18 | 1 | -5/+10 |
| | |||||
* | Move 'trim' to common | Daniel Gröber | 2017-10-04 | 1 | -0/+4 |
| | |||||
* | Move split source into src/ and lib/ | Daniel Gröber | 2017-09-28 | 3 | -0/+280 |