aboutsummaryrefslogtreecommitdiff
path: root/CabalHelper/Compiletime/Types.hs
Commit message (Collapse)AuthorAgeFilesLines
* Move split source into src/ and lib/Daniel Gröber2017-09-281-40/+0
|
* Cleanup module headersDaniel Gröber2017-09-261-1/+7
|
* Add support for running Cabal's Setup.hs directlyDaniel Gröber2017-09-251-1/+3
| | | | | | | | cabal-install 1.24 broke installing older Cabal versions which use build-type:custom. See https://github.com/haskell/cabal/pull/4787. This still breaks with HEAD on GHC<8. See https://github.com/haskell/cabal/pull/4786.
* Remove 'Options' from shared Types moduleDaniel Gröber2017-09-251-0/+32
Only needed at compiletime, were being hidden everywhere else already.