packages feed

sounddelay-0.1.0.2: sounddelay.cabal

Name: sounddelay
Build-Type: Simple
Description: An audio file delay line for WAVE files.
Version: 0.1.0.2
License: BSD3
License-File: COPYING
Copyright: Copyright (c) 2008 Bart Massey
Author: Bart Massey <bart@cs.pdx.edu>
Maintainer: Bart Massey <bart@cs.pdx.edu>
Homepage: http://github.com/BartMassey/sounddelay
Stability: Alpha
Synopsis: Audio delay line
Category: Sound
Extra-Source-Files: README.md
Cabal-Version: >=1.10

Executable delay
  Default-Language: Haskell2010
  Main-Is: sounddelay.hs
  Other-Modules: DelayArgs
  Build-Depends: base >=3&&<5, containers >=0.3&&<1,
                 parseargs >=0.1&&<1,
                 WAVE >=0.1&&<1

Source-Repository head
  Type: git
  Location: https://github.com/BartMassey/sounddelay.git

Source-Repository this
  Type: git
  Location: https://github.com/BartMassey/sounddelay.git
  Tag: v0.1.0.2