bindings 0.0.1 → 0.1
raw patch · 3 files changed
+4/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- LICENSE +1/−1
- bindings.cabal +2/−2
- src/Bindings.hs +1/−1
LICENSE view
@@ -12,7 +12,7 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the author nor the names of its contributors+ * Neither the name of the author nor the names of contributors may be used to endorse or promote products derived from this software without specific prior written permission.
bindings.cabal view
@@ -1,5 +1,6 @@ cabal-version: >= 1.2 name: bindings+homepage: http://bitbucket.org/mauricio/bindings synopsis: Low level bindings for foreign libraries following community driven guidelines@@ -19,14 +20,13 @@ portability; and developers of higher-level modules can put their efforts where they are needed, with a reliable set of low-level code at hand.-version: 0.0.1+version: 0.1 license: BSD3 license-file: LICENSE maintainer: Maurício C. Antunes author: Maurício C. Antunes build-type: Simple category: FFI- library hs-source-dirs: src extensions:
src/Bindings.hs view
@@ -62,7 +62,7 @@ are also a few special directories: [@packageCode@] This directory contains the source code for the- foreign libraries. Whe appropriate, steps necessary to build a library+ foreign libraries. When appropriate, steps necessary to build a library will be listed in a file here. [@packageCode\/include@] Support files needed by this package to