aboutsummaryrefslogtreecommitdiff
path: root/src/CabalHelper/Shared/Common.hs
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix redundant case warningDaniel Gröber2019-06-191-1/+0
|
* Make compilerVersion accessor project-scope for V1 projectsDaniel Gröber2019-04-011-18/+12
|
* Add Stack version check for `stack ide packages --cabal-file`Daniel Gröber2019-01-261-3/+13
|
* Split up Compile.hs into multiple modulesDaniel Gröber2018-10-271-9/+0
|
* Move 'mightExist' to Common moduleDaniel Gröber2018-10-261-0/+5
|
* Fix Show instance for PanicDaniel Gröber2018-10-261-1/+3
|
* Fix a couple of warningsDaniel Gröber2018-10-261-6/+18
|
* 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.
* Fix building with Cabal 2.2 (#53)Julian Ospald2018-04-051-1/+18
|
* Move 'trim' to commonDaniel Gröber2017-10-041-0/+4
|
* Move split source into src/ and lib/Daniel Gröber2017-09-281-0/+128