Skip to content

Commit

Permalink
reflex-dom: revise cabal to fix reflex-dom-core min dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-abrar committed Sep 23, 2023
1 parent aa72166 commit 25cc68c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions reflex-dom/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for reflex-dom

## 0.6.3.1-r1

* Require reflex-dom-core >= 0.8.1.0

## 0.6.3.1

* Don't depend on webkit2gtk on android
Expand Down
2 changes: 1 addition & 1 deletion reflex-dom/reflex-dom.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ library
base >= 4.7 && < 4.15,
bytestring == 0.10.*,
reflex >= 0.8 && < 1,
reflex-dom-core >= 0.6.1.0 && <0.9,
reflex-dom-core >= 0.8.1.0 && <0.9,
text == 1.2.*
if !impl(ghcjs)
if flag(use-warp)
Expand Down

0 comments on commit 25cc68c

Please sign in to comment.