Closed ysangkok closed 1 year ago
Fixes #45.
This bumps the minimum GHC version to 8.4.4 since it is the oldest available in GHCup.
Tested with:
cabal test --constraint='transformers>=0.6' -w ghc-9.2.3
and
cabal test --constraint='transformers<0.6' -w ghc-8.4.4
@MichaelXavier I'd appreciate a review on this, since it is the last dependency we can't fix just using allow-newer.
allow-newer
@MichaelXavier Ping? Much appreciated.
Fixes #45.
This bumps the minimum GHC version to 8.4.4 since it is the oldest available in GHCup.
Tested with:
and