packages feed

bindings-fluidsynth-0.1.1: bindings-fluidsynth.cabal

name:                bindings-fluidsynth
version:             0.1.1
synopsis:            Haskell FFI bindings for fluidsynth software synthesizer
description:         Haskell FFI bindings for fluidsynth software synthesizer
homepage:            http://github.com/bgamari/bindings-fluidsynth
license:             BSD3
license-file:        LICENSE
author:              Ben Gamari
maintainer:          ben@smart-cactus.org
copyright:           (c) 2015 Ben Gamari
category:            Sound
build-type:          Simple
cabal-version:       >=1.10

source-repository head
  type:                git
  location:            git://github.com/bgamari/bindings-fluidsynth

library
  exposed-modules:     Bindings.FluidSynth
  build-depends:       base >=4.8 && <4.9,
                       bindings-DSL >= 1.0.16 && < 1.1  
  hs-source-dirs:      src
  build-tools:         hsc2hs
  default-language:    Haskell2010
  default-extensions:  ForeignFunctionInterface
  pkgconfig-depends:
    fluidsynth >= 1.1.6