packages feed

bindings-gpgme 0.1.3 → 0.1.4

raw patch · 1 files changed

+3/−1 lines, 1 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- Bindings.Gpgme: type C'gpgme_ctx_t = Word64
+ Bindings.Gpgme: type C'gpgme_ctx_t = CUInt
- Bindings.Gpgme: type C'gpgme_data_t = Word64
+ Bindings.Gpgme: type C'gpgme_data_t = CUInt
- Bindings.Gpgme: type C'ssize_t = Int64
+ Bindings.Gpgme: type C'ssize_t = CInt

Files

bindings-gpgme.cabal view
@@ -3,7 +3,7 @@ homepage: http://bitbucket.org/mauricio/bindings-gpgme synopsis:   Low level bindings to gpgme.-version: 0.1.3+version: 0.1.4 license: BSD3 license-file: LICENSE maintainer: Maurício C. Antunes <mauricio.antunes@gmail.com>@@ -27,3 +27,5 @@     gpg-error.h   extra-libraries:     gpgme+  cc-options: -D_FILE_OFFSET_BITS=64+