packages feed

synthesizer-filter-0.4: synthesizer-filter.cabal

Name:           synthesizer-filter
Version:        0.4
License:        GPL
License-File:   LICENSE
Author:         Henning Thielemann <haskell@henning-thielemann.de>
Maintainer:     Henning Thielemann <haskell@henning-thielemann.de>
Homepage:       http://www.haskell.org/haskellwiki/Synthesizer
Category:       Sound
Synopsis:       Audio signal processing coded in Haskell: Filter networks
Description:
  In this package we experiment with various ways
  of representing filter networks.
  However, none of them is mature so far.
Stability:      Experimental
Tested-With:    GHC==6.8.2, GHC==6.10.4
Cabal-Version:  >=1.6
Build-Type:     Simple

Source-Repository this
  Tag:         0.4
  Type:        darcs
  Location:    http://code.haskell.org/synthesizer/filter/

Source-Repository head
  Type:        darcs
  Location:    http://code.haskell.org/synthesizer/filter/

Library
  Build-Depends:
    synthesizer-core >=0.4 && <0.5,
    transformers >=0.2 && <0.3,
    numeric-prelude >=0.2 && <0.3,
    numeric-quest >= 0.1 && <0.2,
    utility-ht >=0.0.5 && <0.1,
    containers >=0.1 && <0.4,
    base >= 3 && <5

  GHC-Options:    -Wall
  Hs-source-dirs: src
  Exposed-modules:
    Synthesizer.Filter.Basic
    Synthesizer.Filter.Composition
    Synthesizer.Filter.Example
    Synthesizer.Filter.Fix
    Synthesizer.Filter.Graph
    Synthesizer.Filter.Graphic
    Synthesizer.Filter.MonadFix
    Synthesizer.Filter.OneWay
    Synthesizer.Filter.TwoWay