We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa72166 commit 25cc68cCopy full SHA for 25cc68c
reflex-dom/ChangeLog.md
@@ -1,5 +1,9 @@
1
# Revision history for reflex-dom
2
3
+## 0.6.3.1-r1
4
+
5
+* Require reflex-dom-core >= 0.8.1.0
6
7
## 0.6.3.1
8
9
* Don't depend on webkit2gtk on android
reflex-dom/reflex-dom.cabal
@@ -74,7 +74,7 @@ library
74
base >= 4.7 && < 4.15,
75
bytestring == 0.10.*,
76
reflex >= 0.8 && < 1,
77
- reflex-dom-core >= 0.6.1.0 && <0.9,
+ reflex-dom-core >= 0.8.1.0 && <0.9,
78
text == 1.2.*
79
if !impl(ghcjs)
80
if flag(use-warp)
0 commit comments