active 0.1.0.12 → 0.1.0.13
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~semigroupsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: semigroups
API changes (from Hackage documentation)
Files
- CHANGES +6/−0
- active.cabal +2/−2
CHANGES view
@@ -1,4 +1,10 @@+0.1.0.13 (20 April 2014)+------------------------++ * allow semigroups-0.13 in test suite too+ 0.1.0.12 (10 April 2014)+------------------------ * allow semigroups-0.13
active.cabal view
@@ -1,5 +1,5 @@ name: active-version: 0.1.0.12+version: 0.1.0.13 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.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,