Allow polysemy with GHC 9.0

This commit is contained in:
Andrzej Rybczak 2021-07-16 18:03:30 +02:00
parent dce85587c1
commit 99bdb5c468

View File

@ -144,7 +144,7 @@ benchmark bench
if impl(ghc < 9.2)
build-depends: fused-effects
if impl(ghc < 9)
if impl(ghc < 9.2)
build-depends: polysemy
build-depends: base