smoothie 0.4.2.6 → 0.4.2.7
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- smoothie.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+### 0.4.2.7++- Support for aeson-1.2.0.0.+ ### 0.4.2.4 - Support for aeson-1.1.
smoothie.cabal view
@@ -1,5 +1,5 @@ name: smoothie-version: 0.4.2.6+version: 0.4.2.7 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@@ -39,7 +39,7 @@ build-depends: base >= 4.8 && < 5.0- , aeson >= 0.8 && < 1.2+ , aeson >= 0.8 && < 1.3 , linear >= 1.16 && < 1.21 , text >= 1.2 && < 1.3 , vector >= 0.10 && < 0.13