smoothie 0.4.2.4 → 0.4.2.5
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~vectorPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: vector
API changes (from Hackage documentation)
Files
- smoothie.cabal +3/−3
smoothie.cabal view
@@ -1,5 +1,5 @@ name: smoothie-version: 0.4.2.4+version: 0.4.2.5 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,10 +39,10 @@ build-depends: base >= 4.7 && < 5.0- , linear >= 1.16 && < 1.21- , vector >= 0.10 && < 0.12 , aeson >= 0.8 && < 1.2+ , linear >= 1.16 && < 1.21 , text >= 1.2 && < 1.3+ , vector >= 0.10 && < 0.13 hs-source-dirs: src