| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move split source into src/ and lib/ | Daniel Gröber | 2017-09-28 | 2 | -664/+0 |
| | | |||||
| * | Cleanup module headers | Daniel Gröber | 2017-09-26 | 1 | -1/+0 |
| | | |||||
| * | Make debugging env var name consistent | Daniel Gröber | 2017-09-25 | 1 | -1/+1 |
| | | |||||
| * | Remove 'Options' from shared Types module | Daniel Gröber | 2017-09-25 | 1 | -1/+1 |
| | | | | | Only needed at compiletime, were being hidden everywhere else already. | ||||
| * | Fix literally everything :) | Daniel Gröber | 2017-09-18 | 2 | -0/+665 |
| 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 | |||||
