-- Initial ApproxFun-hs.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: ApproxFun-hs version: 0.1.0.0 synopsis: Function approximation -- description: homepage: https://github.com/idontgetoutmuch/ApproxFun.hs license: BSD3 license-file: LICENSE author: Dominic Steinitz maintainer: dominic@steinitz.org -- copyright: category: Math build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library exposed-modules: ChebyshevPoints -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.8, vector >=0.10 && <0.11 -- hs-source-dirs: default-language: Haskell2010