packages feed

sound-collage-0.2.1.1: sound-collage.cabal

Cabal-Version:  2.2
Name:           sound-collage
Version:        0.2.1.1
License:        BSD-3-Clause
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:
  This program allows you to decompose a set of audio files into chunks
  and use these chunks for building a new audio file
  that matches another given audio file.
  This is very similar to constructing an image
  from small images that are layed out in a rectangular grid.
Tested-With:    GHC==7.4.2, GHC==8.6.5
Build-Type:     Simple
Extra-Source-Files:
  Makefile

Source-Repository this
  Tag:         0.2.1.1
  Type:        darcs
  Location:    https://hub.darcs.net/thielema/sound-collage/

Source-Repository head
  Type:        darcs
  Location:    https://hub.darcs.net/thielema/sound-collage/

Executable sound-collage
  Build-Depends:
    comfort-fftw >=0.0 && <0.1,
    comfort-array >=0.5 && <0.6,
    storablevector >=0.2 && <0.3,
    synthesizer-core >=0.7 && <0.10,
    soxlib >=0.0.1 && <0.1,
    sample-frame >=0.0 && <0.1,
    numeric-prelude >=0.4.1 && <0.5,
    shell-utility >=0.0 && <0.2,
    optparse-applicative >=0.11 && <0.20,
    pathtype >=0.8 && <0.9,
    filepath >=1.3 && <1.6,
    temporary >=1.1 && <1.4,
    containers >=0.2 && <0.9,
    transformers >=0.4 && <0.7,
    utility-ht >=0.0.12 && <0.1,
    base >= 3 && <5

  Default-Language: Haskell98
  GHC-Prof-Options: -rtsopts
  GHC-Options:    -Wall
  Hs-Source-Dirs: src
  Main-Is:        Main.hs
  Other-Modules:
    SoundCollage
    Option
    PathFormat