name: smoothie version: 0.4.2 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 so that you can quickly store the splines and restore them. homepage: https://github.com/phaazon/smoothie license: BSD3 license-file: LICENSE author: Dimitri Sabadie maintainer: Dimitri Sabadie copyright: Dimitri Sabadie category: Data build-type: Simple cabal-version: >= 1.10 data-files: CHANGELOG.md library ghc-options: -W -Wall -O2 -funbox-strict-fields default-extensions: DeriveFoldable , DeriveFunctor , DeriveGeneric , DeriveTraversable , FlexibleContexts , FlexibleInstances , MultiWayIf , ScopedTypeVariables exposed-modules: Data.Spline , Data.Spline.Curve , Data.Spline.Key build-depends: base >= 4.7 && < 5.0 , linear >= 1.16 && < 1.21 , vector >= 0.10 && < 0.12 , aeson >= 0.8 && < 0.11 , text >= 1.2 && < 1.3 hs-source-dirs: src default-language: Haskell2010