-- Initial feldspar-signal.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: feldspar-signal version: 0.0.1.0 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: Feldspar.Signal -- other-modules: -- other-extensions: build-depends: base >= 4.7 && < 5, mainland-pretty >= 0.2.7 && < 0.3, base-compat < 0.8, imperative-edsl, monadic-edsl-priv, feldspar-language, feldspar-compiler, feldspar-compiler-shim hs-source-dirs: src default-language: Haskell2010