kowainik/validation-selective

Does not compile with ghc-9.6

erikd opened this issue · 4 comments

erikd commented

This package depends on selective < 0.7 and that does not compile with ghc-9.6.

I am currently getting around this in my cabal.project file using:

if impl(ghc >= 9.6)
  allow-newer:
    , validation-selective:selective

to allow the use of selective == 0.7.