Drop GHC-7.10 support #453
Labels
generated project
Files, folder generation by the summoner
ghc
Add/remove GHC versions, options
question
Ideas, discussions
Milestone
Currently, Summoner supports scaffolding Haskell projects for GHC version 7.10.3 (which is the oldest supported version at the moment). Supporting this particular version has the following maintenance costs:
ghc-options
in the.cabal
file will become more concise and scaffolded projects will become even smaller without losing any features, since we don't need to maintain cabal conditionals.I can imagine that we will continue dropping ancient GHC versions from Summoner In the future to keep the project alive, maintainable and remove bitrot. But so far, only GHC-7.10 causes some unpleasant experience.
The text was updated successfully, but these errors were encountered: