packages feed

WAVE-0.1.5: WAVE.cabal

Name: WAVE
Description: Module for reading and writing audio files in WAVE format.
Build-Type: Simple
Version: 0.1.5
License: BSD3
License-File: COPYING
Author: Bart Massey <bart@cs.pdx.edu>
Copyright: Copyright (c) 2014 Bart Massey
Maintainer: Bart Massey <bart@cs.pdx.edu>
Homepage: http://github.com/BartMassey/WAVE
Category: Data, Sound
Synopsis: WAVE audio file IO library
Stability: Alpha
Extra-Source-Files: README.md readtest.hs writetest.hs
Cabal-Version: >=1.10

Library
  Default-Language: Haskell2010
  Exposed-Modules: Data.WAVE
  Build-Depends: base >=3&&<5, bytestring >=0.10&&<1

Executable sinewave
  Default-Language: Haskell2010
  Main-is: sinewave.hs
  Other-Modules: Data.WAVE
  Build-depends: base >=3&&<5, containers >=0.3&&<1,
                 bytestring >=0.10&&<1,
                 parseargs >=0.1&&<1

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

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