packages feed

sound-collage-0.1: sound-collage.cabal

Name:           sound-collage
Version:        0.1
License:        BSD3
License-File:   LICENSE
Author:         Henning Thielemann <haskell@henning-thielemann.de>
Maintainer:     Henning Thielemann <haskell@henning-thielemann.de>
Category:       Sound
Synopsis:       Approximate a song from other pieces of sound
Description:    Approximate a song from other pieces of sound
Tested-With:    GHC==7.4.1
Cabal-Version:  >=1.6
Build-Type:     Simple

Source-Repository this
  Tag:         0.1
  Type:        darcs
  Location:    http://code.haskell.org/~thielema/sound-collage/

Source-Repository head
  Type:        darcs
  Location:    http://code.haskell.org/~thielema/sound-collage/

Executable sound-collage
  Build-Depends:
    fft >=0.1.8 && <0.2,
    carray >=0.1.3 && <0.2,
    array >=0.1 && <0.6,
    storablevector-carray >=0.0 && <0.1,
    storablevector >=0.2 && <0.3,
    synthesizer-core >=0.7 && <0.8,
    soxlib >=0.0.1 && <0.1,
    sample-frame >=0.0 && <0.1,
    numeric-prelude >=0.4.1 && <0.5,
    optparse-applicative >=0.11 && <0.12,
    filepath >=1.3 && <1.4,
    temporary >=1.1 && <1.3,
    directory >=1.1 && <1.3,
    transformers >=0.3 && <0.5,
    utility-ht >=0.0.1 && <0.1,
    base >= 3 && <5

  GHC-Options:    -Wall
  Hs-source-dirs: src
  Main-Is:        Main.hs
  Other-Modules:
    SoundCollage
    Option