bindings-common 1.3 → 1.3.1
raw patch · 3 files changed
+1/−6 lines, 3 filessetup-changedPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Setup.hs +0/−4
- bindings-common.cabal +1/−1
- src/bindings.macros.h +0/−1
Setup.hs view
@@ -1,6 +1,2 @@-#!/usr/bin/env runhaskell--module Main (main) where import Distribution.Simple- main = defaultMain
bindings-common.cabal view
@@ -16,7 +16,7 @@ read the code for "Bindings.C" to understand how they work, or just fill question\/sugestion reports in the bug tracking web site.-version: 1.3+version: 1.3.1 license: BSD3 license-file: LICENSE maintainer: Maurício C. Antunes <mauricio.antunes@gmail.com>
src/bindings.macros.h view
@@ -1,5 +1,4 @@ #define hsc_strict_import(dummy) printf( \- "import Prelude (IO,Num,return,(.),($),Eq,Show,take)\n" \ "import Foreign.Ptr (Ptr,FunPtr,plusPtr)\n" \ "import Foreign.Ptr (wordPtrToPtr,castPtrToFunPtr)\n" \ "import Foreign.Storable\n" \