libarchive 1.0.0.0 → 1.0.1.0
raw patch · 3 files changed
+19/−15 lines, 3 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Codec.Archive.Foreign.ArchiveEntry: archive_entry_acl_from_text :: Ptr ArchiveEntry -> CString -> EntryACL -> IO ArchiveError
- Codec.Archive.Foreign.ArchiveEntry: archive_entry_acl_from_text_w :: Ptr ArchiveEntry -> CWString -> EntryACL -> IO ArchiveError
- Codec.Archive.Foreign.ArchiveEntry: archive_entry_acl_next_w :: Ptr ArchiveEntry -> EntryACL -> EntryACL -> EntryACL -> EntryACL -> CInt -> Ptr CWString -> IO ArchiveError
- Codec.Archive.Foreign.ArchiveEntry: archive_entry_acl_to_text :: Ptr ArchiveEntry -> CSize -> EntryACL -> IO CString
- Codec.Archive.Foreign.ArchiveEntry: archive_entry_acl_to_text_w :: Ptr ArchiveEntry -> CSize -> EntryACL -> IO CWString
- Codec.Archive.Foreign.ArchiveEntry: archive_entry_acl_types :: Ptr ArchiveEntry -> IO EntryACL
- Codec.Archive.Foreign.ArchiveEntry: archive_entry_count :: Ptr ArchiveEntry -> EntryACL -> IO CInt
Files
- CHANGELOG.md +4/−0
- libarchive.cabal +1/−1
- src/Codec/Archive/Foreign/ArchiveEntry.chs +14/−14
CHANGELOG.md view
@@ -1,5 +1,9 @@ # libarchive +## 1.0.1.0++ * Remove functions from libarchive 3.3.3+ ## 1.0.0.0 * Get rid of `cbits`
libarchive.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: libarchive-version: 1.0.0.0+version: 1.0.1.0 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2018-2019 Vanessa McHale
src/Codec/Archive/Foreign/ArchiveEntry.chs view
@@ -126,13 +126,13 @@ , archive_entry_acl_add_entry_w , archive_entry_acl_reset , archive_entry_acl_next- , archive_entry_acl_next_w- , archive_entry_acl_to_text- , archive_entry_acl_to_text_w- , archive_entry_acl_from_text- , archive_entry_acl_from_text_w- , archive_entry_acl_types- , archive_entry_count+ -- , archive_entry_acl_next_w+ -- , archive_entry_acl_to_text+ -- , archive_entry_acl_to_text_w+ -- , archive_entry_acl_from_text+ -- , archive_entry_acl_from_text_w+ -- , archive_entry_acl_types+ -- , archive_entry_count -- * Xattr functions , archive_entry_xattr_clear , archive_entry_xattr_add_entry@@ -353,14 +353,14 @@ foreign import ccall unsafe archive_entry_acl_add_entry_w :: Ptr ArchiveEntry -> EntryACL -> EntryACL -> EntryACL -> CInt -> CWString -> IO ArchiveError foreign import ccall unsafe archive_entry_acl_reset :: Ptr ArchiveEntry -> EntryACL -> IO CInt foreign import ccall unsafe archive_entry_acl_next :: Ptr ArchiveEntry -> EntryACL -> EntryACL -> EntryACL -> EntryACL -> CInt -> Ptr CString -> IO ArchiveError-foreign import ccall unsafe archive_entry_acl_next_w :: Ptr ArchiveEntry -> EntryACL -> EntryACL -> EntryACL -> EntryACL -> CInt -> Ptr CWString -> IO ArchiveError+-- foreign import ccall unsafe archive_entry_acl_next_w :: Ptr ArchiveEntry -> EntryACL -> EntryACL -> EntryACL -> EntryACL -> CInt -> Ptr CWString -> IO ArchiveError -foreign import ccall unsafe archive_entry_acl_to_text_w :: Ptr ArchiveEntry -> CSize -> EntryACL -> IO CWString-foreign import ccall unsafe archive_entry_acl_to_text :: Ptr ArchiveEntry -> CSize -> EntryACL -> IO CString-foreign import ccall unsafe archive_entry_acl_from_text :: Ptr ArchiveEntry -> CString -> EntryACL -> IO ArchiveError-foreign import ccall unsafe archive_entry_acl_from_text_w :: Ptr ArchiveEntry -> CWString -> EntryACL -> IO ArchiveError-foreign import ccall unsafe archive_entry_acl_types :: Ptr ArchiveEntry -> IO EntryACL-foreign import ccall unsafe archive_entry_count :: Ptr ArchiveEntry -> EntryACL -> IO CInt+-- foreign import ccall unsafe archive_entry_acl_to_text_w :: Ptr ArchiveEntry -> CSize -> EntryACL -> IO CWString+-- foreign import ccall unsafe archive_entry_acl_to_text :: Ptr ArchiveEntry -> CSize -> EntryACL -> IO CString+-- foreign import ccall unsafe archive_entry_acl_from_text :: Ptr ArchiveEntry -> CString -> EntryACL -> IO ArchiveError+-- foreign import ccall unsafe archive_entry_acl_from_text_w :: Ptr ArchiveEntry -> CWString -> EntryACL -> IO ArchiveError+-- foreign import ccall unsafe archive_entry_acl_types :: Ptr ArchiveEntry -> IO EntryACL+-- foreign import ccall unsafe archive_entry_count :: Ptr ArchiveEntry -> EntryACL -> IO CInt -- don't bother with archive_entry_acl