Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove wrapper, integrate functionality into the library | Daniel Gröber | 2018-08-26 | 1 | -227/+0 |
| | | | | | | | | | | | | 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 | 1 | -1/+1 |
| | |||||
* | Downgrade license from AGPLv3 to regular GPLv3 | Daniel Gröber | 2018-08-13 | 1 | -4/+4 |
| | | | | | | | | | | | | | | 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 | 1 | -20/+65 |
| | |||||
* | Add --help option to wrapper | Daniel Gröber | 2018-08-12 | 1 | -1/+4 |
| | |||||
* | Add Cabal 2.4 support | Daniel Gröber | 2018-08-12 | 1 | -8/+24 |
| | |||||
* | Fix building with Cabal 2.2 (#53) | Julian Ospald | 2018-04-05 | 1 | -1/+0 |
| | |||||
* | Refactor to introduce Cabal version type | Daniel Gröber | 2018-01-18 | 1 | -12/+12 |
| | |||||
* | Move split source into src/ and lib/ | Daniel Gröber | 2017-09-28 | 1 | -0/+164 |