Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shortcut helper compilation when Cabal version is already available | Daniel Gröber | 2019-02-09 | 1 | -0/+1 |
| | | | | | This is mostly an optimization for Nix which already sets up the environment correctly, so we should reward its users :) | ||||
* | Move Shared.Sandbox module to Compiletime. | Daniel Gröber | 2019-01-22 | 1 | -1/+0 |
| | |||||
* | 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 |
| | |||||
* | Change maintainer email address | Daniel Gröber | 2018-08-13 | 1 | -1/+1 |
| | |||||
* | Add package name and description to license headers | Daniel Gröber | 2018-08-13 | 1 | -0/+1 |
| | |||||
* | Downgrade license from AGPLv3 to regular GPLv3 | Daniel Gröber | 2018-08-13 | 1 | -5/+5 |
| | | | | | | | | | | | | | | 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. | ||||
* | Remove package license query | Daniel Gröber | 2018-01-18 | 1 | -1/+0 |
| | |||||
* | Fix and refactor CH.C.Compile | Daniel Gröber | 2018-01-18 | 1 | -7/+2 |
| | | | | ..compilation outputs were landing in CWD | ||||
* | Fix windows build using unix-compat | Vladislav Shtepin | 2017-11-07 | 1 | -3/+3 |
| | |||||
* | Move split source into src/ and lib/ | Daniel Gröber | 2017-09-28 | 1 | -0/+86 |