smoothie 0.1.2 → 0.1.3
raw patch · 2 files changed
+11/−3 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- CHANGELOG.md +8/−0
- smoothie.cabal +3/−3
CHANGELOG.md view
@@ -1,3 +1,11 @@+## 0.1.3++- Support for GHC 7.10++## 0.1.2++- Support for linear 1.18.*.+ ## 0.1.1 - Support for linear 1.17.*.
smoothie.cabal view
@@ -1,5 +1,5 @@ name: smoothie -version: 0.1.2 +version: 0.1.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. @@ -12,7 +12,7 @@ category: Data build-type: Simple -cabal-version: >=1.10 +cabal-version: >= 1.10 data-files: CHANGELOG.md @@ -27,7 +27,7 @@ , Data.Spline.Polynomial - build-depends: base >= 4.7 && < 4.8 + build-depends: base >= 4.7 && < 5.0 , linear >= 1.16 && < 1.19 , vector >= 0.10 && < 0.11