Skip to content

Commit

Permalink
Merge pull request #484 from reflex-frp/revise-bounds
Browse files Browse the repository at this point in the history
reflex-dom: revise cabal to fix reflex-dom-core min dep
  • Loading branch information
alexfmpe authored Jan 17, 2025
2 parents a6f6eaa + add9f2e commit ac27e99
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions reflex-dom/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Revision history for reflex-dom

## 0.6.3.2-r1

* Require reflex-dom-core >= 0.8.1.0

## 0.6.3.2

* Build with GHC 9.10

## 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.21,
bytestring >= 0.10 && < 0.13,
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 && < 2.2
if !impl(ghcjs)
if flag(use-warp)
Expand Down

0 comments on commit ac27e99

Please sign in to comment.