wavesurfer-0.0.6: wavesurfer.cabal
name: wavesurfer
version: 0.0.6
synopsis: Parse WaveSurfer files
description: Parse WaveSurfer files
license: BSD3
license-file: LICENSE
category: Data, Sound, Text
copyright: Copyright (c) Stefan Kersten 2008
author: Stefan Kersten
maintainer: Stefan Kersten
stability: provisional
homepage: http://code.haskell.org/~StefanKersten/code/wavesurfer
tested-with: GHC == 6.10.1
build-type: Simple
cabal-version: >= 1.2
extra-source-files: examples/data.ws
examples/test.hs
library
exposed-modules: Sound.WaveSurfer
build-depends: base >= 3,
binary >= 0.4 && < 0.5,
bytestring >= 0.9 && < 0.10,
bytestring-lexing >= 0.2 && < 0.3,
bytestring-show >= 0.2 && < 0.3,
delimited-text >= 0.0 && < 0.1