Skip to content

Commit 9c28460

Browse files
committed
Loosen version bounds
1 parent 68aa096 commit 9c28460

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revision history for reflex-gadt-api
22

3+
## 0.2.2.1-r1
4+
5+
* Loosen version bounds
6+
37
## 0.2.2.1
48

59
* Support constraints-extras 0.4

reflex-gadt-api.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ library
3030
, containers >=0.6 && <0.7
3131
, data-default >=0.6 && <0.8
3232
, jsaddle >=0.9.7 && <0.10
33-
, reflex >=0.7 && <0.9
34-
, reflex-dom-core >=0.7.0 && <0.8
33+
, reflex >=0.7 && <1
34+
, reflex-dom-core >=0.7.0 && <0.9
3535
, some >=1 && <1.1
3636
, text >=1.2 && <1.3
3737
, time >=1.6.0 && <2

0 commit comments

Comments
 (0)