packages feed

reflex-dom-core 0.7.0.2 → 0.7.0.3

raw patch · 2 files changed

+8/−4 lines, 2 filesdep ~aesondep ~constraintsdep ~ref-tfPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, constraints, ref-tf

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for reflex-dom-core +## 0.7.0.3++* Loosen version bounds of aeson, ref-tf and constraints+ ## 0.7.0.2  * Require reflex >= 0.8.2.1 and switch to `commutative-semigroups`
reflex-dom-core.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.24 Name: reflex-dom-core-Version: 0.7.0.2+Version: 0.7.0.3 Synopsis: Functional Reactive Web Apps with Reflex Description:   Web applications without callbacks or side-effects.@@ -67,7 +67,7 @@ library   hs-source-dirs: src   build-depends:-    aeson >= 0.8 && < 2.1,+    aeson >= 0.8 && < 2.2,     base >= 4.7 && < 4.15,     bifunctors >= 4.2 && < 6,     bimap >= 0.3 && < 0.5,@@ -76,7 +76,7 @@     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,@@ -93,7 +93,7 @@     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,