# API diff as generated by cabal-diff with minor edits. # ~~~ means deprecated module # ~~ means deprecated symbol #---------------------------- # Changes from 0.8.0 to 0.8.1 #---------------------------- @@@ Streamly.FileSystem.Handle ++ getChunk :: MonadIO m => Int -> Handle -> m (Array Word8) ++ putChunk :: (MonadIO m, Storable a) => Handle -> Array a -> m ()