packages feed

storable-record 0.0.2.5 → 0.0.3

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~transformersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: transformers

API changes (from Hackage documentation)

+ Foreign.Storable.FixedArray: peekNext :: Storable a => StateT (Ptr a) IO a
+ Foreign.Storable.FixedArray: pokeNext :: Storable a => a -> StateT (Ptr a) IO ()
+ Foreign.Storable.FixedArray: roundUp :: Int -> Int -> Int
+ Foreign.Storable.FixedArray: run :: Ptr (t a) -> StateT (Ptr a) IO c -> IO c
+ Foreign.Storable.FixedArray: sizeOfArray :: Storable a => Int -> a -> Int

Files

storable-record.cabal view
@@ -1,5 +1,5 @@ Name:         storable-record-Version:      0.0.2.5+Version:      0.0.3 Category:     Data, Foreign Synopsis:     Elegant definition of Storable instances for records Description:@@ -63,7 +63,7 @@ Source-Repository this   Type:     darcs   Location: http://code.haskell.org/~thielema/storable-record/-  Tag:      0.0.2.5+  Tag:      0.0.3  Flag splitBase   description: Choose the new smaller, split-up base package.@@ -74,7 +74,7 @@  Library   Build-Depends:-    transformers >=0.2 && <0.4,+    transformers >=0.2 && <0.5,     utility-ht >=0.0.1 && <0.1   If flag(splitBase)     Build-Depends:@@ -91,8 +91,8 @@     Foreign.Storable.Record     Foreign.Storable.Newtype     Foreign.Storable.Traversable-  Other-Modules:     Foreign.Storable.FixedArray+  Other-Modules:     Foreign.Storable.RecordMinimalSize     Foreign.Storable.RecordReaderPtr     Foreign.Storable.TraversableUnequalSizes