-- Initial feldspar-signal.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: feldspar-signal version: 0.0.0.1 synopsis: Signal Processing extension for Feldspar -- description: homepage: https://github.com/markus-git/feldspar-signal license: BSD3 license-file: LICENSE author: mararon maintainer: mararon@chalmers.se -- copyright: category: Language build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library -- exposed-modules: -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.8 hs-source-dirs: src default-language: Haskell2010