mirror of
https://github.com/sayo-hs/heftia.git
synced 2024-11-23 02:42:06 +03:00
[fix] Update the version bounds for extra
and effectful
.
This commit is contained in:
parent
a884aaa05d
commit
9d144016fc
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user