packages feed

varying 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+4/−4 lines, 1 filesdep −varying

Dependencies removed: varying

Files

varying.cabal view
@@ -10,7 +10,7 @@ -- PVP summary:      +-+------- breaking API changes --                   | | +----- non-breaking API additions --                   | | | +--- code changes with no API change-version:             0.1.0.0+version:             0.1.0.1  -- A short (one-line) description of the package. synopsis:            Automaton based varying values, event streams and tweening.@@ -18,7 +18,7 @@ -- A longer description of the package. description:         Varying is another FRP or LSP library aimed at providing a                      simple way to describe discrete or continuously varying-                     values. It is capable of tweening values out of the box and+                     values. It is capable of tweening out of the box and                      provides a small, well documented API.  -- URL for the project homepage or repository.@@ -85,8 +85,8 @@    -- Other library packages from which modules are imported.   build-depends:       base >=4.8 && <4.9,-                       time >=1.5 && <1.6,-                       varying+                       time >=1.5 && <1.6+    -- Directories containing source files.   hs-source-dirs:      src