c-struct 0.1.1.0 → 0.1.1.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
API changes (from Hackage documentation)
+ Foreign.C.Struct: type StrAlgn = Integer
Files
- c-struct.cabal +1/−1
- src/Foreign/C/Struct.hs +1/−1
c-struct.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: c-struct-version: 0.1.1.0+version: 0.1.1.1 synopsis: To make a wrapper for struct of C language description: Please see the README on GitHub at <https://github.com/YoshikuniJujo/c-struct#readme> category: Foreign
src/Foreign/C/Struct.hs view
@@ -5,7 +5,7 @@ module Foreign.C.Struct ( -- * STRUCT- struct, StrName, StrSize,+ struct, StrName, StrSize, StrAlgn, MemName, MemType, MemPeek, MemPoke, DerivClass, -- * STRUCT WITH PRIMITIVE MONAD structPrim, FunCopy, FunFree ) where