Closed phadej closed 2 years ago
What is the justification for haskell-ci? The ci.yml becomes much more verbose.
Additionally, do you think we should move back to supporting 7.x?
Additionally, do you think we should move back to supporting 7.x?
There is no reason to not to. They just work. EDIT: dropping support will make (transformers-compat
(which sometimes depend on mtl
) story complicatedtransformers-compat
depend only on old mtl
). I don't want to know how. Also drop of GHC-7 wasn't mentioned in the changelog nor reflected in the bounds.
The ci.yml becomes much more verbose.
You need to care only about the first lines:
# This GitHub workflow config has been generated by a script via
#
# haskell-ci 'github' '--installed=+all -transformers' '--haddock-jobs=>=8.0' 'mtl.cabal'
#
# To regenerate the script (for example after adjusting tested-with) run
#
# haskell-ci regenerate
#
# For more information, see https://github.com/haskell-CI/haskell-ci
It also does more checks, which is good.
Thanks!
Add GHC-7 jobs, add base lower bound