bindings-libffi-0.3: bindings-libffi.cabal
cabal-version: >= 1.2.3
name: bindings-libffi
synopsis:
Low level bindings to libffi.
version: 0.3
license: BSD3
license-file: LICENSE
maintainer: Maurício C. Antunes
author: Maurício C. Antunes
build-type: Simple
category: FFI
bug-reports: http://bitbucket.org/mauricio/bindings-dsl/issues
library
hs-source-dirs: src
extensions:
ForeignFunctionInterface
build-depends:
base >= 3 && <5,
bindings-DSL >= 1.0.6 && < 1.1
exposed-modules:
Bindings.Libffi
pkgconfig-depends: libffi >= 3.0.9