cabal-version: >= 1.2.3 name: bindings-gpgme homepage: http://bitbucket.org/mauricio/bindings-gpgme synopsis: Low level bindings to gpgme. version: 0.1 license: BSD3 license-file: LICENSE maintainer: MaurĂ­cio C. Antunes author: MaurĂ­cio C. Antunes build-type: Simple category: FFI stability: Misses C dependencies. bug-reports: http://bitbucket.org/mauricio/bindings-gpgme/issues extra-source-files: include/gpgme.h include/gpg-error.h library hs-source-dirs: src extensions: ForeignFunctionInterface build-depends: base >= 3 && < 5, bindings-DSL >= 1.0 && < 1.1 exposed-modules: Bindings.Gpgme c-sources: src/inlines.c include-dirs: include