smoothie 0.1.0.1 → 0.1.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~linear
Dependency ranges changed: linear
Files
- CHANGELOG.md +4/−0
- smoothie.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+## 0.1.1++- Support for linear 1.17.*.+ ## 0.1.0.1 - Fixed cabal meta information.
smoothie.cabal view
@@ -1,5 +1,5 @@ name: smoothie -version: 0.1.0.1 +version: 0.1.1 synopsis: Smooth curves via several splines and polynomials. description: This package exports several splines and curves you can use to interpolate points in between. @@ -28,7 +28,7 @@ build-depends: base >= 4.7 && < 4.8 - , linear >= 1.16 && < 1.17 + , linear >= 1.16 && < 1.18 , vector >= 0.10 && < 0.11 hs-source-dirs: src