active 0.1.0.11 → 0.1.0.12
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~semigroupsnew-uploaderPVP 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 @@+0.1.0.12 (10 April 2014)++ * allow semigroups-0.13+ 0.1.0.11 (9 April 2014) -----------------------
active.cabal view
@@ -1,5 +1,5 @@ name: active-version: 0.1.0.11+version: 0.1.0.12 synopsis: Abstractions for animation description: "Active" abstraction for animated things with finite start and end times. license: BSD3@@ -21,7 +21,7 @@ exposed-modules: Data.Active build-depends: base >= 4.0 && < 4.8, array >= 0.3 && < 0.6,- semigroups >= 0.1 && < 0.13,+ semigroups >= 0.1 && < 0.14, semigroupoids >= 1.2 && < 4.1, vector-space >= 0.8 && < 0.9, newtype >= 0.2 && < 0.3