Skip to content

Commit 25cc68c

Browse files
committedSep 23, 2023·
reflex-dom: revise cabal to fix reflex-dom-core min dep
1 parent aa72166 commit 25cc68c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎reflex-dom/ChangeLog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revision history for reflex-dom
22

3+
## 0.6.3.1-r1
4+
5+
* Require reflex-dom-core >= 0.8.1.0
6+
37
## 0.6.3.1
48

59
* Don't depend on webkit2gtk on android

‎reflex-dom/reflex-dom.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ library
7474
base >= 4.7 && < 4.15,
7575
bytestring == 0.10.*,
7676
reflex >= 0.8 && < 1,
77-
reflex-dom-core >= 0.6.1.0 && <0.9,
77+
reflex-dom-core >= 0.8.1.0 && <0.9,
7878
text == 1.2.*
7979
if !impl(ghcjs)
8080
if flag(use-warp)

0 commit comments

Comments
 (0)
Please sign in to comment.