packages feed

bindings-libffi 0.1 → 0.2

raw patch · 2 files changed

+2/−4 lines, 2 filesdep ~bindings-commonPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bindings-common

API changes (from Hackage documentation)

- Bindings.Libffi: type C'ffi_sarg = Int32
+ Bindings.Libffi: type C'ffi_sarg = CInt

Files

− .hg_archival.txt
@@ -1,2 +0,0 @@-repo: 6a5d100c4a20cb7e2d280489520d74314a98a3b9-node: e30b923e1b7b7a51cf62eb3613a23f4c6d7369f8
bindings-libffi.cabal view
@@ -3,7 +3,7 @@ homepage: http://bitbucket.org/mauricio/bindings-libffi synopsis:   Low level bindings to libffi.-version: 0.1+version: 0.2 license: BSD3 license-file: LICENSE maintainer: Maurício C. Antunes@@ -17,7 +17,7 @@     ForeignFunctionInterface   build-depends:     base >= 3 && <5,-    bindings-common >= 1 && < 2+    bindings-common >= 1.3 && < 1.4   exposed-modules:     Bindings.Libffi   pkgconfig-depends: libffi >= 3.0.7