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`.