Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move split source into src/ and lib/ | Daniel Gröber | 2017-09-28 | 1 | -40/+0 |
| | |||||
* | Cleanup module headers | Daniel Gröber | 2017-09-26 | 1 | -1/+7 |
| | |||||
* | Add support for running Cabal's Setup.hs directly | Daniel Gröber | 2017-09-25 | 1 | -1/+3 |
| | | | | | | | | 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 | -0/+32 |
Only needed at compiletime, were being hidden everywhere else already. |