packages feed

bindings-DSL 1.0.6 → 1.0.7

raw patch · 2 files changed

+3/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

bindings-DSL.cabal view
@@ -17,12 +17,12 @@   .   This package contains no Haskell code, only C header files   designed for hsc2hs.-version: 1.0.6+version: 1.0.7 license: BSD3 license-file: LICENSE maintainer: Maurício C. Antunes <mauricio.antunes@gmail.com> author: Maurício C. Antunes-stability: Stable API, well tested, ready for production use. Carefully maintained.+stability: Stable API, well tested, portable, used in comercial code. build-type: Simple bug-reports: http://bitbucket.org/mauricio/bindings-dsl/issues category: FFI
bindings.cmacros.h view
@@ -9,7 +9,7 @@ #define __BINDINGS_CMACROS_H__  #define BC_GLOBALARRAY(name,type) \-const type* array_##name (void) \+type const *array_##name (void) \ { \   return name; \ } \