-- Initial periodic-polynomials.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: periodic-polynomials version: 0.2.0.0 synopsis: A library for working with periodic polynomials (very basic functionality) description: Provides also simple tools to make a numerical function a periodic (or somewhat similar) one homepage: https://hackage.haskell.org/package/periodic-polynomials license: MIT license-file: LICENSE author: OleksandrZhabenko maintainer: olexandr543@yahoo.com -- copyright: category: Math build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 library exposed-modules: Data.Periodic -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.15, vector >=0.11 && <0.14 -- hs-source-dirs: default-language: Haskell2010