Require reflex 0.8

This commit is contained in:
Ali Abrar 2020-11-06 10:39:02 -05:00
parent 3e70474e65
commit 64f0a31be1
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ library
primitive >= 0.5 && < 0.8,
random >= 1.1 && < 1.2,
ref-tf == 0.4.*,
reflex >= 0.6.2 && < 0.8,
reflex >= 0.8 && < 0.9,
semigroups >= 0.16 && < 0.20,
stm >= 2.4 && < 2.6,
text == 1.2.*,

View File

@ -73,7 +73,7 @@ library
build-depends:
base >= 4.7 && < 4.14,
bytestring == 0.10.*,
reflex >= 0.6.2 && < 0.8,
reflex >= 0.8 && < 0.9,
reflex-dom-core == 0.6.1.0,
text == 1.2.*
if !impl(ghcjs)