aboutsummaryrefslogtreecommitdiff
path: root/CabalHelper/Shared/Sandbox.hs
Commit message (Collapse)AuthorAgeFilesLines
* Move split source into src/ and lib/Daniel Gröber2017-09-281-77/+0
|
* Cleanup module headersDaniel Gröber2017-09-261-0/+21
|
* Fix literally everything :)Daniel Gröber2017-09-181-0/+56
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