Name: alsa-mixer Version: 0.3.0.1 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 Maintainer: Thomas Tuegel Copyright: 2014-2018 Thomas Tuegel Category: Sound Build-type: Simple Cabal-version: >=1.10 Homepage: https://github.com/ttuegel/alsa-mixer Bug-reports: https://github.com/ttuegel/alsa-mixer/issues Extra-source-files: changelog Source-repository head Type: git Location: https://github.com/ttuegel/alsa-mixer.git Flag cross Description: Set this flag if cross-compiling Default: False Manual: True Library Exposed-modules: Sound.ALSA.Mixer Other-modules: Sound.ALSA.Mixer.Internal if !flag(cross) Build-tools: c2hs Extra-libraries: asound Build-depends: base == 4.*, alsa-core == 0.5.*, unix >= 2.6 && < 3 default-language: Haskell2010