packages feed

hsndfile-vector-0.5.2: hsndfile-vector.cabal

name:                   hsndfile-vector
version:                0.5.2
category:               Data, Sound
license:                LGPL-2
license-file:           COPYING
copyright:              Stefan Kersten, 2007-2010
author:                 Stefan Kersten
maintainer:             Stefan Kersten <sk@k-hornz.de>
stability:              Experimental
homepage:               http://haskell.org/haskellwiki/Hsndfile
synopsis:               Haskell bindings for libsndfile (Data.Vector interface)
description:            Haskell bindings for libsndfile (@Data.Vector@ interface).
                        .
                        For more information on /hsndfile/ visit its homepage at <http://haskell.org/haskellwiki/Hsndfile>.
tested-with:            GHC==6.8.*, GHC==6.10.1, GHC==6.10.4
build-type:             Simple
cabal-version:          >= 1.6

library
  build-depends:        base >= 4 && < 5,
                        hsndfile >= 0.4,
                        vector >= 0.5
  exposed-modules:      Sound.File.Sndfile.Buffer.Vector
                        Sound.File.Sndfile.Buffer.Vector.Examples
  ghc-options:          -Wall -fno-warn-name-shadowing

source-repository head
  type:             darcs
  location:         http://code.haskell.org/hsndfile