packages feed

alsa-mixer-0.2.0: alsa-mixer.cabal

Name:                alsa-mixer
Version:             0.2.0
Synopsis:            Bindings to the ALSA simple mixer API.
Description:         This package provides bindings to the ALSA simple mixer API.
License:             BSD3
License-file:        LICENSE
Author:              Thomas Tuegel <ttuegel@gmail.com>
Maintainer:          Thomas Tuegel <ttuegel@gmail.com>
Copyright:           Thomas Tuegel
Category:            Sound
Build-type:          Simple
Cabal-version:       >=1.6

Source-repository head
  Type:     git
  Location: https://github.com/ttuegel/alsa-mixer.git

Library
  Exposed-modules:     Sound.ALSA.Mixer
  Other-modules:       Sound.ALSA.Mixer.Internal
  Build-tools:         c2hs
  Extra-libraries:     asound
  Build-depends:       base == 4.*,
                       alsa-core == 0.5.*,
                       unix == 2.6.*