active 0.2.0.3 → 0.2.0.4
raw patch · 2 files changed
+9/−5 lines, 2 filesdep ~lensdep ~linearPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: lens, linear
API changes (from Hackage documentation)
Files
- CHANGES +4/−0
- active.cabal +5/−5
CHANGES view
@@ -1,3 +1,7 @@+## [v0.2.0.4](https://github.com/diagrams/active/tree/v0.2.0.4) (2015-07-19)++[Full Changelog](https://github.com/diagrams/active/compare/v0.2.0.3...v0.2.0.4)+ ## [v0.2.0.3](https://github.com/diagrams/active/tree/v0.2.0.3) (2015-05-26) [Full Changelog](https://github.com/diagrams/active/compare/v0.2.0.2...v0.2.0.3)
active.cabal view
@@ -1,5 +1,5 @@ name: active-version: 0.2.0.3+version: 0.2.0.4 synopsis: Abstractions for animation description: "Active" abstraction for animated things with finite start and end times. license: BSD3@@ -23,8 +23,8 @@ vector >= 0.10, semigroups >= 0.1 && < 0.17, semigroupoids >= 1.2 && < 5.1,- lens >= 4.0 && < 4.12,- linear >= 1.14 && < 1.19+ lens >= 4.0 && < 4.13,+ linear >= 1.14 && < 1.20 hs-source-dirs: src default-language: Haskell2010 @@ -35,8 +35,8 @@ vector >= 0.10, semigroups >= 0.1 && < 0.17, semigroupoids >= 1.2 && < 5.1,- lens >= 4.0 && < 4.12,- linear >= 1.14 && < 1.19,+ lens >= 4.0 && < 4.13,+ linear >= 1.14 && < 1.20, QuickCheck >= 2.4.2 && < 2.9 hs-source-dirs: src, test default-language: Haskell2010