active 0.1.0.5 → 0.1.0.6
raw patch · 2 files changed
+8/−3 lines, 2 filesdep ~semigroupoidsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: semigroupoids
API changes (from Hackage documentation)
Files
- CHANGES +5/−0
- active.cabal +3/−3
CHANGES view
@@ -1,3 +1,8 @@+0.1.0.6 (16 July 2013)+----------------------++ * bump upper bound to allow semigroupoids-3.1+ 0.1.0.5 (16 July 2013) ----------------------
active.cabal view
@@ -1,5 +1,5 @@ name: active-version: 0.1.0.5+version: 0.1.0.6 synopsis: Abstractions for animation description: "Active" abstraction for animated things with finite start and end times. license: BSD3@@ -22,7 +22,7 @@ build-depends: base >= 4.0 && < 4.8, array >= 0.3 && < 0.5, semigroups >= 0.1 && < 0.10,- semigroupoids >= 1.2 && < 3.1,+ semigroupoids >= 1.2 && < 3.2, vector-space >= 0.8 && < 0.9, newtype >= 0.2 && < 0.3 hs-source-dirs: src@@ -34,7 +34,7 @@ build-depends: base >= 4.0 && < 4.8, array >= 0.3 && < 0.5, semigroups >= 0.1 && < 0.10,- semigroupoids >= 1.2 && < 3.1,+ semigroupoids >= 1.2 && < 3.2, vector-space >= 0.8 && < 0.9, newtype >= 0.2 && < 0.3,