active 0.2.0.2 → 0.2.0.3
raw patch · 2 files changed
+9/−5 lines, 2 filesdep ~lensdep ~semigroupoidsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: lens, semigroupoids
API changes (from Hackage documentation)
Files
- CHANGES +4/−0
- active.cabal +5/−5
CHANGES view
@@ -1,3 +1,7 @@+## [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)+ 0.2.0.2 (30 April 2015) -----------------------
active.cabal view
@@ -1,5 +1,5 @@ name: active-version: 0.2.0.2+version: 0.2.0.3 synopsis: Abstractions for animation description: "Active" abstraction for animated things with finite start and end times. license: BSD3@@ -22,8 +22,8 @@ build-depends: base >= 4.0 && < 4.9, vector >= 0.10, semigroups >= 0.1 && < 0.17,- semigroupoids >= 1.2 && < 5.0,- lens >= 4.0 && < 4.10,+ semigroupoids >= 1.2 && < 5.1,+ lens >= 4.0 && < 4.12, linear >= 1.14 && < 1.19 hs-source-dirs: src default-language: Haskell2010@@ -34,8 +34,8 @@ build-depends: base >= 4.0 && < 4.9, vector >= 0.10, semigroups >= 0.1 && < 0.17,- semigroupoids >= 1.2 && < 5.0,- lens >= 4.0 && < 4.10,+ semigroupoids >= 1.2 && < 5.1,+ lens >= 4.0 && < 4.12, linear >= 1.14 && < 1.19, QuickCheck >= 2.4.2 && < 2.9 hs-source-dirs: src, test