split-record-0.1.1: split-record.cabal
Name: split-record
Version: 0.1.1
License: BSD3
License-File: LICENSE
Author: Henning Thielemann <haskell@henning-thielemann.de>
Maintainer: Henning Thielemann <haskell@henning-thielemann.de>
Homepage: http://code.haskell.org/~thielema/split-record/
Category: Sound
Synopsis: Split a big audio file into pieces at positions of silence
Description: Split a big audio file into pieces at positions of silence
Tested-With: GHC==6.12.3
Cabal-Version: >=1.6
Build-Type: Simple
Source-Repository this
Tag: 0.1.1
Type: darcs
Location: http://code.haskell.org/~thielema/split-record/
Source-Repository head
Type: darcs
Location: http://code.haskell.org/~thielema/split-record/
Executable split-record
Main-Is: Main.hs
Hs-Source-Dirs: src
Build-Depends:
synthesizer-core >=0.5.1 && <0.6,
soxlib >=0.0 && <0.1,
storablevector >=0.2.8 && <0.3,
transformers >=0.2 && <0.4,
utility-ht >=0.0.1 && <0.1,
numeric-prelude >=0.3 && <0.4,
base >=4 && <5
GHC-Options: -Wall -fwarn-tabs -fwarn-incomplete-record-updates
If impl(ghc>=7.0)
GHC-Options: -fwarn-unused-do-bind
CPP-Options: -DNoImplicitPrelude=RebindableSyntax
Extensions: CPP