active 0.1.0.2 → 0.1.0.3
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 +4/−0
- active.cabal +3/−3
CHANGES view
@@ -1,3 +1,7 @@+0.1.0.3++ - bump semigroups upper bound to allow semigroups-0.9+ 0.1.0.2 * Bump dependency upper bounds:
active.cabal view
@@ -1,5 +1,5 @@ name: active-version: 0.1.0.2+version: 0.1.0.3 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.7, array >= 0.3 && < 0.5,- semigroups >= 0.1 && < 0.9,+ semigroups >= 0.1 && < 0.10, semigroupoids >= 1.2 && < 3.1, vector-space >= 0.8 && < 0.9, newtype >= 0.2 && < 0.3@@ -33,7 +33,7 @@ main-is: active-tests.hs build-depends: base >= 4.0 && < 4.7, array >= 0.3 && < 0.5,- semigroups >= 0.1 && < 0.9,+ semigroups >= 0.1 && < 0.10, semigroupoids >= 1.2 && < 3.1, vector-space >= 0.8 && < 0.9, newtype >= 0.2 && < 0.3,