aboutsummaryrefslogtreecommitdiff
path: root/CabalHelper/Log.hs
Commit message (Collapse)AuthorAgeFilesLines
* Fix literally everything :)Daniel Gröber2017-09-181-21/+0
| | | | | | | | | | | | | | 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
* Don't fail when cabal sandbox pkgdb doesn't existDaniel Gröber2016-01-141-0/+7
|
* Factor helper compilation into seperate module for testingDaniel Gröber2015-08-211-0/+14