cabal-version: >= 1.2.3 name: bindings-common homepage: http://bitbucket.org/mauricio/bindings synopsis: Low-level library bindings, base package. description: The @bindings-*@ set of packages contains low level bindings for established libraries, and is aimed at developers of higher level modules that can use it as foundation. They all mimic the names and functionality of the original libraries. For a specific library, look for package @bindings-library_name@. version: 0.2 license: BSD3 license-file: LICENSE maintainer: MaurĂ­cio C. Antunes author: MaurĂ­cio C. Antunes build-type: Simple category: FFI library hs-source-dirs: src include-dirs: src install-includes: bindings.macros.h extensions: ForeignFunctionInterface ScopedTypeVariables MultiParamTypeClasses TypeFamilies build-depends: base >=3 && <5 exposed-modules: Bindings Bindings.Utilities Bindings.C