Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Cabal HEAD | Daniel Gröber | 2019-12-29 | 1 | -1/+12 |
| | |||||
* | Change license to Apache2 | Daniel Gröber | 2019-09-29 | 1 | -10/+5 |
| | | | | | | | | All contributors have agreed on public record at https://github.com/DanielG/cabal-helper/issues/76 Fixes #76 | ||||
* | Remove crusty old helper code | Daniel Gröber | 2019-09-17 | 1 | -0/+7 |
| | | | | | | | | | | | | - Inplace component inlining really always was a nasty cludge, now that we have proper build-system support we can get rid of it. - GHC options subsets aren't really needed, we can split these up after parsing the options using the ghc library. - Dropped GHC 7.10, it seems unsupportable without the inplace component inlining, possibly a Stack/lib:Cabal bug, but it is quite old so time for it to go anyway. This is the second thing commit it was holing up too! | ||||
* | Fix some warnings | Daniel Gröber | 2019-09-17 | 1 | -0/+1 |
| | | | | | | | | | I'm turning off -Wunused-imports in the modules that have to deal with ancient Cabal versions because maintaining warning cleanlyness really is quite pointless when you have to deal with all sorts of deprecations and stuff moving around. I don't think having too many imports will ever break anything there unless the modules really get deprecated and removed, but we'll notice that ;) | ||||
* | Sync with Cabal HEAD | Daniel Gröber | 2019-02-14 | 1 | -2/+1 |
| | |||||
* | Sync with Cabal HEAD | Daniel Gröber | 2019-01-22 | 1 | -4/+21 |
| | |||||
* | Move Shared.Sandbox module to Compiletime. | Daniel Gröber | 2019-01-22 | 1 | -1/+0 |
| | |||||
* | Start refactoring to support cabal v2-build | Daniel Gröber | 2018-10-27 | 1 | -2/+2 |
| | |||||
* | Remove unused parameter from componentNameToCh | Daniel Gröber | 2018-10-26 | 1 | -7/+7 |
| | |||||
* | Move compat code out of Runtime/Main.hs | Daniel Gröber | 2018-10-26 | 1 | -0/+210 |