varying 0.3.0.0 → 0.3.0.1
raw patch · 2 files changed
+5/−2 lines, 2 files
Files
- changelog.md +3/−0
- varying.cabal +2/−2
changelog.md view
@@ -3,3 +3,6 @@ 0.1.5.0 - added Control.Varying.Spline 0.2.0.0 - reordered spline type variables for MonadTrans+0.3.0.0 - updated the type of mapOutput to a more friendly, usable signature+ bug fixes+
varying.cabal view
@@ -10,13 +10,13 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.3.0.0+version: 0.3.0.1 -- A short (one-line) description of the package. synopsis: FRP through value streams and monadic splines. -- A longer description of the package.-description: Varying is a FRP implentation aimed at providing a+description: Varying is a FRP library aimed at providing a simple way to describe values that change over a domain. It allows monadic, applicative and arrow notation and has convenience functions for tweening.