Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove obsolete TODOs | Daniel Gröber | 2017-09-26 | 1 | -5/+1 |
| | | | | [ci skip] | ||||
* | Cleanup module headers | Daniel Gröber | 2017-09-26 | 1 | -2/+8 |
| | |||||
* | Omit -j when calling Setup.hs for Cabal<1.20 | Daniel Gröber | 2017-09-26 | 1 | -7/+18 |
| | |||||
* | Add support for running Cabal's Setup.hs directly | Daniel Gröber | 2017-09-25 | 1 | -100/+182 |
| | | | | | | | | cabal-install 1.24 broke installing older Cabal versions which use build-type:custom. See https://github.com/haskell/cabal/pull/4787. This still breaks with HEAD on GHC<8. See https://github.com/haskell/cabal/pull/4786. | ||||
* | 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. | ||||
* | 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 | 1 | -4/+4 |
| | |||||
* | Fix literally everything :) | Daniel Gröber | 2017-09-18 | 1 | -0/+502 |
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 |