packages feed

smoothie 0.3.2 → 0.3.3

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~linear

Dependency ranges changed: linear

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+## 0.3.3++- Support for linear-1.19.+ ## 0.3.2  - FromJSON instances for Spline.
smoothie.cabal view
@@ -1,5 +1,5 @@ name:                smoothie
-version:             0.3.2
+version:             0.3.3
 synopsis:            Smooth curves via several splines and polynomials.
 description:         This package exports several splines and curves you can use
                      to interpolate points in between.
@@ -34,7 +34,7 @@ 
 
   build-depends:       base   >= 4.7  && < 5.0
-                     , linear >= 1.16 && < 1.19
+                     , linear >= 1.16 && < 1.20
                      , vector >= 0.10 && < 0.11
                      , aeson  >= 0.9  && < 0.10