packages feed

reflex 0.5 → 0.5.0.1

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~these

Dependency ranges changed: these

Files

reflex.cabal view
@@ -1,5 +1,5 @@ Name: reflex-Version: 0.5+Version: 0.5.0.1 Synopsis: Higher-order Functional Reactive Programming Description: Reflex is a high-performance, deterministic, higher-order Functional Reactive Programming system License: BSD3@@ -60,7 +60,7 @@     semigroups >= 0.16 && < 0.19,     stm >= 2.4 && < 2.6,     syb >= 0.5 && < 0.8,-    these >= 0.4 && < 0.8,+    these >= 0.4 && < 0.7.7,     time >= 1.4 && < 1.9,     transformers >= 0.2,     transformers-compat >= 0.3,
src/Reflex/Patch/MapWithMove.hs view
@@ -22,7 +22,7 @@ import Data.Maybe import Data.Semigroup (Semigroup (..), (<>)) import qualified Data.Set as Set-import Data.These+import Data.These (These(..)) import Data.Tuple  -- | Patch a DMap with additions, deletions, and moves.  Invariant: If key @k1@