Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix literally everything :) | Daniel Gröber | 2017-09-18 | 1 | -56/+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 | ||||
* | Minor stuff | Daniel Gröber | 2015-08-12 | 1 | -1/+1 |
| | |||||
* | Factor sandbox stuff out into a seperate module | Daniel Gröber | 2015-08-07 | 1 | -0/+56 |
So we can use the sandbox discovery for Setup.hs components |