aboutsummaryrefslogtreecommitdiff
path: root/src/CabalHelper/Compiletime/Data.hs
Commit message (Collapse)AuthorAgeFilesLines
* Add call to addDependentFile to track TH dependenciesDaniel Gröber2020-05-011-2/+4
| | | | | | Cabal still doesn't really know about these depencies and will only start GHC if it needs to rebuild for other reasons. However! Since all the files we pull in are source files for the library anyways it all works out.
* Support GHC 8.10jneira2020-05-011-3/+11
|
* Change license to Apache2Daniel Gröber2019-09-291-11/+6
| | | | | | | | All contributors have agreed on public record at https://github.com/DanielG/cabal-helper/issues/76 Fixes #76
* Shortcut helper compilation when Cabal version is already availableDaniel Gröber2019-02-091-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öber2019-01-221-1/+0
|
* Move compat code out of Runtime/Main.hsDaniel Gröber2018-10-261-0/+1
|
* Support hashing runtime sourcesDaniel Gröber2018-10-261-6/+30
|
* Change maintainer email addressDaniel Gröber2018-08-131-1/+1
|
* Add package name and description to license headersDaniel Gröber2018-08-131-0/+1
|
* Downgrade license from AGPLv3 to regular GPLv3Daniel Gröber2018-08-131-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 queryDaniel Gröber2018-01-181-1/+0
|
* Fix and refactor CH.C.CompileDaniel Gröber2018-01-181-7/+2
| | | | ..compilation outputs were landing in CWD
* Fix windows build using unix-compatVladislav Shtepin2017-11-071-3/+3
|
* Move split source into src/ and lib/Daniel Gröber2017-09-281-0/+86