packages feed

truelevel-0.1.3: truelevel.cabal

Name: truelevel
Build-Type: Simple
Description: An audio file compressor / limiter.  This
             program will adjust the dynamic range of a WAVE file.
Version: 0.1.3
License: BSD3
License-File: COPYING
Copyright: Copyright (c) 2006-2014 Bart Massey
Author: Bart Massey <bart@cs.pdx.edu>
Maintainer: Bart Massey <bart@cs.pdx.edu>
Homepage: http://github.com/BartMassey/truelevel
Stability: Alpha
Synopsis: Audio file compressor-limiter
Category: Sound
Extra-Source-Files: README.md
Cabal-Version: >=1.10

Executable truelevel
  Default-Language: Haskell2010
  Main-Is: truelevel.hs
  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/truelevel.git

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