cabal-version: >= 1.2.3 name: bindings-libffi homepage: http://bitbucket.org/mauricio/bindings synopsis: Check bindings-common package for directions. version: 0.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 extensions: ForeignFunctionInterface TypeSynonymInstances ScopedTypeVariables EmptyDataDecls TypeFamilies build-depends: base >= 3 && <5, bindings-common exposed-modules: Bindings.Libffi other-modules: LibffiConstants LibffiTypes LibffiFunctions -- This has to be commented out so that hackage -- won't complain about a missing library. --c-sources: -- src/constants.c -- src/types.c --pkgconfig-depends: -- libffi >= 3.0