packages feed

bindings 0.1 → 0.1.1

raw patch · 1 files changed

+5/−18 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

bindings.cabal view
@@ -1,32 +1,19 @@ cabal-version: >= 1.2 name: bindings-homepage: http://bitbucket.org/mauricio/bindings synopsis:   Low level bindings for foreign libraries   following community driven guidelines description: -  This package aims at beeing a wide collection of low-level bindings-  covering as much as possible of the functionality of good quality-  libraries, following a common set of community driven guidelines.-  (The current set of guidelines is shown at "Bindings" module-  documentation.) It has been created as an attempt to relieve the-  common situation where developers of high-level modules can't waste-  effort with all details of low-level work, and for those writing-  compreensive and reliable low-level bindings little time is left to-  get the best of Haskell. Developers with good understanding of their-  favorite foreign language libraries and Haskell FFI can benefict-  from contributing to this package by sharing guidelines, tests and-  code facilities, and help each other in issues of reliability and-  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.1+  This package has been left in favor of a new design. See+  @bindings-common@ and others.+version: 0.1.1 license: BSD3 license-file: LICENSE-maintainer: Maurício C. Antunes+maintainer: none author: Maurício C. Antunes build-type: Simple category: FFI+stability: Deprecated library   hs-source-dirs: src   extensions: