packages feed

netwire 4.0.3 → 4.0.4

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Control/Wire/Prefab/Accum.hs view
@@ -70,7 +70,7 @@ accumT1 f x' =     mkPure $ \dt x ->         let y = f dt x' x in-        y `seq` (Right y, accumT f y)+        y `seq` (Right y, accumT1 f y)   -- | Counts from the given vector adding the current input for the next
netwire.cabal view
@@ -1,5 +1,5 @@ Name:          netwire-Version:       4.0.3+Version:       4.0.4 Category:      Control, FRP Synopsis:      Flexible wire arrows for FRP Maintainer:    Ertugrul Söylemez <es@ertes.de>