packages feed

active 0.2.0.7 → 0.2.0.8

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~semigroupsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: semigroups

API changes (from Hackage documentation)

Files

CHANGES view
@@ -1,3 +1,7 @@+## [v0.2.0.8](https://github.com/diagrams/active/tree/v0.2.0.8) (2015-11-10)++- allow `semigroups-0.18`+ ## [v0.2.0.7](https://github.com/diagrams/active/tree/v0.2.0.7) (2015-11-09)  - fix image links in documentation
active.cabal view
@@ -1,5 +1,5 @@ name:                active-version:             0.2.0.7+version:             0.2.0.8 synopsis:            Abstractions for animation description:         "Active" abstraction for animated things with finite start and end times. license:             BSD3@@ -22,7 +22,7 @@   exposed-modules:     Data.Active   build-depends:       base >= 4.0 && < 4.9,                        vector >= 0.10,-                       semigroups >= 0.1 && < 0.18,+                       semigroups >= 0.1 && < 0.19,                        semigroupoids >= 1.2 && < 5.1,                        lens >= 4.0 && < 4.14,                        linear >= 1.14 && < 1.21@@ -34,7 +34,7 @@     main-is:           active-tests.hs     build-depends:     base >= 4.0 && < 4.9,                        vector >= 0.10,-                       semigroups >= 0.1 && < 0.18,+                       semigroups >= 0.1 && < 0.19,                        semigroupoids >= 1.2 && < 5.1,                        lens >= 4.0 && < 4.14,                        linear >= 1.14 && < 1.21,