We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68aa096 commit 9c28460Copy full SHA for 9c28460
ChangeLog.md
@@ -1,5 +1,9 @@
1
# Revision history for reflex-gadt-api
2
3
+## 0.2.2.1-r1
4
+
5
+* Loosen version bounds
6
7
## 0.2.2.1
8
9
* Support constraints-extras 0.4
reflex-gadt-api.cabal
@@ -30,8 +30,8 @@ library
30
, containers >=0.6 && <0.7
31
, data-default >=0.6 && <0.8
32
, jsaddle >=0.9.7 && <0.10
33
- , reflex >=0.7 && <0.9
34
- , reflex-dom-core >=0.7.0 && <0.8
+ , reflex >=0.7 && <1
+ , reflex-dom-core >=0.7.0 && <0.9
35
, some >=1 && <1.1
36
, text >=1.2 && <1.3
37
, time >=1.6.0 && <2
0 commit comments