active 0.2.0.5 → 0.2.0.6
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~semigroupsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: semigroups
API changes (from Hackage documentation)
Files
- CHANGES +4/−0
- active.cabal +2/−2
CHANGES view
@@ -1,3 +1,7 @@+## [v0.2.0.6](https://github.com/diagrams/active/tree/v0.2.0.6) (2015-09-17)++- allow `semigroups-0.17` in test suite+ ## [v0.2.0.5](https://github.com/diagrams/active/tree/v0.2.0.5) (2015-09-15) - allow `semigroups-0.17`
active.cabal view
@@ -1,5 +1,5 @@ name: active-version: 0.2.0.5+version: 0.2.0.6 synopsis: Abstractions for animation description: "Active" abstraction for animated things with finite start and end times. license: BSD3@@ -33,7 +33,7 @@ main-is: active-tests.hs build-depends: base >= 4.0 && < 4.9, vector >= 0.10,- semigroups >= 0.1 && < 0.17,+ semigroups >= 0.1 && < 0.18, semigroupoids >= 1.2 && < 5.1, lens >= 4.0 && < 4.14, linear >= 1.14 && < 1.21,