c-storable-deriving 0.1.1 → 0.1.2
raw patch · 2 files changed
+5/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
Foreign/CStorable/BaseInstances.hs view
@@ -57,6 +57,8 @@ C(IntPtr) C(WordPtr) C(Fd)++#ifndef mingw32_HOST_OS C(CRLim) C(CTcflag) C(CSpeed)@@ -64,6 +66,8 @@ C(CUid) C(CNlink) C(CGid)+#endif+ C(CSsize) C(CPid) C(COff)
c-storable-deriving.cabal view
@@ -1,5 +1,5 @@ Name: c-storable-deriving-Version: 0.1.1+Version: 0.1.2 Synopsis: Generate C-like storable instances from datatypes Description: Automatically generates struct-rule based Storable instances based on the Generic typeclass.