mirror of
https://github.com/haskell-effectful/effectful.git
synced 2024-11-27 01:45:16 +03:00
Allow polysemy with GHC 9.0
This commit is contained in:
parent
dce85587c1
commit
99bdb5c468
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user