[fix] Update the version bounds for extra and effectful.

This commit is contained in:
Yamada Ryo 2024-10-27 16:51:39 +09:00
parent a884aaa05d
commit 9d144016fc
No known key found for this signature in database
GPG Key ID: AAE3C7A542B02DBF

View File

@ -192,7 +192,7 @@ executable Continuation2
hs-source-dirs: Example/Continuation2
build-depends:
heftia-effects,
extra ^>= 1.7.14,
extra >= 1.7.14 && < 1.9,
executable Writer
import: common-base
@ -232,7 +232,7 @@ benchmark heftia-bench
freer-simple ^>= 1.2,
polysemy ^>= 1.9,
fused-effects ^>= 1.1,
effectful ^>= 2.3,
effectful >= 2.3 && < 2.6,
eveff ^>= 1.0,
mtl >= 2.2 && < 2.4,
logict >= 0.7.0.3 && < 0.9,