Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove leftover debug code | Daniel Gröber | 2017-09-18 | 1 | -2/+0 |
| | |||||
* | Use $XDG_CACHE_HOME instead of '.ghc-mod' (Fix DanielG/ghc-mod#833) | Daniel Gröber | 2017-09-18 | 2 | -6/+7 |
| | |||||
* | Use 'extra' for 'lookupEnv' | Daniel Gröber | 2017-09-18 | 1 | -1/+1 |
| | |||||
* | Fix literally everything :) | Daniel Gröber | 2017-09-18 | 6 | -0/+875 |
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 |