packages feed

alsa-core-0.5: alsa-core.cabal

Name: alsa-core
Version: 0.5
Copyright: Bjorn Bringert, Iavor S. Diatchki, Henning Thielemann
Maintainer: Henning Thielemann <alsa@henning-thielemann.de>
Author: Bjorn Bringert <bjorn@bringert.net>, Iavor S. Diatchki <iavor.diatchki@gmail.com>
Category: Sound, Music
License: BSD3
License-file: LICENSE
Homepage: http://www.haskell.org/haskellwiki/ALSA
Stability: Experimental
Build-Type: Simple
Cabal-Version: >= 1.8

Synopsis: Binding to the ALSA Library API (Exceptions).
Description:
  This package provides access to ALSA infrastructure,
  that is needed by both alsa-seq and alsa-pcm.

Source-Repository head
  type:     darcs
  location: http://code.haskell.org/~thielema/alsa-core/

Source-Repository this
  type:     darcs
  location: http://code.haskell.org/~thielema/alsa-core/
  tag:      0.5

Library
  Build-depends:
    extensible-exceptions >=0.1.1 && <0.2,
    base >= 3 && <5

  Hs-Source-Dirs: src

  Exposed-Modules:
    Sound.ALSA.Exception

  GHC-Options: -Wall
  Includes: alsa/asoundlib.h
  Extra-libraries: asound