fluidsynth-0.2.0.0: fluidsynth.cabal
-- Initial fluidsynth.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: fluidsynth
version: 0.2.0.0
synopsis: Haskell bindings to FluidSynth
description: Simple Haskell bindings to FluidSynth.
homepage: https://github.com/MostAwesomeDude/hsfluidsynth
license: MIT
license-file: LICENSE
author: Corbin Simpson
maintainer: cds@corbinsimpson.com
-- copyright:
category: Sound
build-type: Simple
cabal-version: >=1.8
source-repository head
type: git
location: git://github.com/MostAwesomeDude/hsfluidsynth.git
library
exposed-modules: Sound.Fluidsynth
other-modules: Sound.Fluidsynth.Internal
build-depends: base >= 3 && < 5
, bindings-DSL >= 1.0.6 && < 1.1
, containers >= 0.4.2.1 && < 0.5
, directory >= 1.2.0.1 && < 1.3
extra-libraries: fluidsynth
extensions: ForeignFunctionInterface