packages feed

bindings-libg15 0.1.0.0 → 0.2.0.0

raw patch · 3 files changed

+5/−9 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

- Bindings.G15: c'exitLibG15 :: IO ()
+ Bindings.G15: c'exitLibG15 :: IO CInt
- Bindings.G15: c'initLibG15 :: IO ()
+ Bindings.G15: c'initLibG15 :: IO CInt
- Bindings.G15: c're_initLibG15 :: IO ()
+ Bindings.G15: c're_initLibG15 :: IO CInt
- Bindings.G15: p'exitLibG15 :: FunPtr (IO ())
+ Bindings.G15: p'exitLibG15 :: FunPtr (IO CInt)
- Bindings.G15: p'initLibG15 :: FunPtr (IO ())
+ Bindings.G15: p'initLibG15 :: FunPtr (IO CInt)
- Bindings.G15: p're_initLibG15 :: FunPtr (IO ())
+ Bindings.G15: p're_initLibG15 :: FunPtr (IO CInt)

Files

LICENSE view
@@ -13,10 +13,6 @@       disclaimer in the documentation and/or other materials provided       with the distribution. -    * Neither the name of Xandaros nor the names of other-      contributors may be used to endorse or promote products derived-      from this software without specific prior written permission.- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
bindings-libg15.cabal view
@@ -1,9 +1,9 @@ name:                bindings-libg15-version:             0.1.0.0+version:             0.2.0.0 synopsis:            Bindings to libg15 description:         This library provides bindings to the libg15 library. Note that the trunk version from SVN is required to build this homepage:            https://github.com/Xandaros/bindings-libg15#readme-license:             BSD3+license:             BSD2 license-file:        LICENSE author:              Xandaros maintainer:          mz-bremerhaven@gmail.com
src/Bindings/G15.hsc view
@@ -82,9 +82,9 @@  #num G15_KEY_LIGHT -#ccall initLibG15, IO ()-#ccall re_initLibG15, IO ()-#ccall exitLibG15, IO ()+#ccall initLibG15, IO CInt+#ccall re_initLibG15, IO CInt+#ccall exitLibG15, IO CInt  #ccall libg15Debug, CInt -> IO ()