Skip to content

Commit

Permalink
Merge pull request #440 from reflex-frp/aa/version-bounds
Browse files Browse the repository at this point in the history
Loosen ref-tf and constraints version bounds
  • Loading branch information
ali-abrar committed Dec 22, 2022
2 parents 6b8f6e8 + 5670155 commit 6db0851
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions reflex-dom-core/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for reflex-dom-core

## Unreleased

* Loosen version bounds of ref-tf and constraints
*
## 0.7.0.2

* Require reflex >= 0.8.2.1 and switch to `commutative-semigroups`
Expand Down
4 changes: 2 additions & 2 deletions reflex-dom-core/reflex-dom-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ library
case-insensitive < 1.3,
commutative-semigroups >=0.1 && <0.2,
containers >= 0.6 && < 0.7,
constraints >= 0.9 && < 0.13,
constraints >= 0.9 && < 0.14,
contravariant >= 1.4 && < 1.6,
data-default >= 0.5 && < 0.8,
dependent-map >= 0.3 && < 0.5,
Expand All @@ -93,7 +93,7 @@ library
mtl >= 2.1 && < 2.3,
primitive >= 0.5 && < 0.8,
random >= 1.1 && < 1.3,
ref-tf == 0.4.*,
ref-tf >= 0.4 && < 0.6,
reflex >= 0.8.2.1 && < 0.9,
semigroups >= 0.16 && < 0.20,
stm >= 2.4 && < 2.6,
Expand Down

0 comments on commit 6db0851

Please sign in to comment.