active 0.2.0.9 → 0.2.0.10
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~semigroupoidsPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: semigroupoids
API changes (from Hackage documentation)
- Data.Active: instance (Data.Active.Active a1 ~ t0) => Control.Lens.Wrapped.Rewrapped (Data.Active.Active a0) t0
- Data.Active: instance (Data.Active.Duration n1 ~ t0) => Control.Lens.Wrapped.Rewrapped (Data.Active.Duration n0) t0
- Data.Active: instance (Data.Active.Time n1 ~ t0) => Control.Lens.Wrapped.Rewrapped (Data.Active.Time n0) t0
- Data.Active: instance (Data.Functor.Bind.Class.MaybeApply f1 a1 ~ t0) => Control.Lens.Wrapped.Rewrapped (Data.Functor.Bind.Class.MaybeApply f0 a0) t0
+ Data.Active: infixr 5 ->>
+ Data.Active: instance Data.Active.Active a0 ~ t0 => Control.Lens.Wrapped.Rewrapped (Data.Active.Active a1) t0
+ Data.Active: instance Data.Active.Duration n0 ~ t0 => Control.Lens.Wrapped.Rewrapped (Data.Active.Duration n1) t0
+ Data.Active: instance Data.Active.Time n0 ~ t0 => Control.Lens.Wrapped.Rewrapped (Data.Active.Time n1) t0
+ Data.Active: instance Data.Functor.Bind.Class.MaybeApply f0 a0 ~ t0 => Control.Lens.Wrapped.Rewrapped (Data.Functor.Bind.Class.MaybeApply f1 a1) t0
Files
- CHANGES +4/−0
- active.cabal +3/−3
CHANGES view
@@ -1,3 +1,7 @@+## [v0.2.0.10](https://github.com/diagrams/active/tree/v0.2.0.10) (2016-07-01)++- allow `semigroupoids-5.1`+ ## [v0.2.0.9](https://github.com/diagrams/active/tree/v0.2.0.9) (2016-05-01) - allow `lens-4.14`
active.cabal view
@@ -1,5 +1,5 @@ name: active-version: 0.2.0.9+version: 0.2.0.10 synopsis: Abstractions for animation description: "Active" abstraction for animated things with finite start and end times. license: BSD3@@ -23,7 +23,7 @@ build-depends: base >= 4.0 && < 4.10, vector >= 0.10, semigroups >= 0.1 && < 0.19,- semigroupoids >= 1.2 && < 5.1,+ semigroupoids >= 1.2 && < 5.2, lens >= 4.0 && < 4.15, linear >= 1.14 && < 1.21 hs-source-dirs: src@@ -35,7 +35,7 @@ build-depends: base >= 4.0 && < 4.10, vector >= 0.10, semigroups >= 0.1 && < 0.19,- semigroupoids >= 1.2 && < 5.1,+ semigroupoids >= 1.2 && < 5.2, lens >= 4.0 && < 4.15, linear >= 1.14 && < 1.21, QuickCheck >= 2.4.2 && < 2.9