aboutsummaryrefslogtreecommitdiff
path: root/CabalHelper/Compiletime/Data.hs
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup module headersDaniel Gröber2017-09-261-2/+8
|
* Refactor CH.C.Data to use 'unix' instead of 'time'Daniel Gröber2017-09-261-11/+11
|
* Remove 'Options' from shared Types moduleDaniel Gröber2017-09-251-1/+1
| | | | Only needed at compiletime, were being hidden everywhere else already.
* Remove 'extra' dependencyDaniel Gröber2017-09-191-1/+2
| | | | ..constrains dependency versions too much and just causes failures.
* Use 'extra' for 'lookupEnv'Daniel Gröber2017-09-181-1/+1
|
* Fix literally everything :)Daniel Gröber2017-09-181-0/+79
Sorry for the megacommit - Seperate modules into: - Compiletime, modules which are only used while building the package - Runtime, modues included in the wrapper binary to be compiled on the users machine at runtime - Shared, modues used in both contexts - Refactor runtime compilation - Completely revamp output paths - Don't chdir when invoking ghc - Require cabal-version 1.14 in cabal file