aboutsummaryrefslogtreecommitdiff
path: root/src/CabalHelper/Compiletime/Types
Commit message (Collapse)AuthorAgeFilesLines
* Move CabalVersion and related types into a new moduleDaniel Gröber2020-05-021-0/+59
|
* 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 RelativePath invariantsDaniel Gröber2019-09-171-6/+22
| | | | | | | | | | Two things were broken here: - I forgot to encode the invariant that RealtivePath should not be allowed to escape CWD by using '../' - The invaiant was inverted. A RelativePath was only allowed to be absolute before -- uups.
* Add support and test coverage for mulit-pkg projectsDaniel Gröber2019-01-261-0/+1
|
* Add stack supportDaniel Gröber2018-10-271-0/+39