smoothie 0.4.2.9 → 0.4.2.10
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~linearPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: linear
API changes (from Hackage documentation)
- Data.Spline.Curve: spline :: (Ord s) => (a s -> s) -> [Key (a s)] -> Spline a s
+ Data.Spline.Curve: spline :: Ord s => (a s -> s) -> [Key (a s)] -> Spline a s
- Data.Spline.Key: normalizeSampling :: (Fractional s) => (a s -> s) -> s -> Key (a s) -> Key (a s) -> s
+ Data.Spline.Key: normalizeSampling :: Fractional s => (a s -> s) -> s -> Key (a s) -> Key (a s) -> s
Files
- CHANGELOG.md +4/−0
- smoothie.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+### 0.4.2.10++- Support for linear-0.21.+ ### 0.4.2.9 - Support for aeson-1.4.
smoothie.cabal view
@@ -1,5 +1,5 @@ name: smoothie-version: 0.4.2.9+version: 0.4.2.10 synopsis: Smooth curves via several interpolation modes description: This package exports several splines you can use to interpolate points in between. It includes instances for@@ -40,7 +40,7 @@ build-depends: base >= 4.8 && < 5.0 , aeson >= 0.8 && < 1.5- , linear >= 1.16 && < 1.21+ , linear >= 1.16 && < 1.22 , text >= 1.2 && < 1.3 , vector >= 0.10 && < 0.13