diff --git a/bindings-DSL.cabal b/bindings-DSL.cabal
--- a/bindings-DSL.cabal
+++ b/bindings-DSL.cabal
@@ -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
diff --git a/bindings.cmacros.h b/bindings.cmacros.h
--- a/bindings.cmacros.h
+++ b/bindings.cmacros.h
@@ -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; \
 } \
