active 0.1.0.18 → 0.1.0.19
raw patch · 2 files changed
+8/−3 lines, 2 filesdep ~vector-spacePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: vector-space
API changes (from Hackage documentation)
Files
- CHANGES +5/−0
- active.cabal +3/−3
CHANGES view
@@ -1,3 +1,8 @@+0.1.0.19 (2 April 2015)+----------------------++ - allow `vector-space-0.10`+ 0.1.0.18 (22 Feb 2015) ----------------------
active.cabal view
@@ -1,5 +1,5 @@ name: active-version: 0.1.0.18+version: 0.1.0.19 synopsis: Abstractions for animation description: "Active" abstraction for animated things with finite start and end times. license: BSD3@@ -23,7 +23,7 @@ array >= 0.3 && < 0.6, semigroups >= 0.1 && < 0.17, semigroupoids >= 1.2 && < 4.4,- vector-space >= 0.8 && < 0.10,+ vector-space >= 0.8 && < 0.11, newtype >= 0.2 && < 0.3 hs-source-dirs: src default-language: Haskell2010@@ -35,7 +35,7 @@ array >= 0.3 && < 0.6, semigroups >= 0.1 && < 0.17, semigroupoids >= 1.2 && < 4.4,- vector-space >= 0.8 && < 0.10,+ vector-space >= 0.8 && < 0.11, newtype >= 0.2 && < 0.3, QuickCheck >= 2.4.2 && < 2.8