libarchive 3.0.3.0 → 3.0.3.1
raw patch · 3 files changed
+9/−2 lines, 3 filesPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
API changes (from Hackage documentation)
+ Codec.Archive.Foreign.Archive: archiveWriteSetFormatCpioBin :: ArchivePtr -> IO ArchiveResult
+ Codec.Archive.Foreign.Archive: archiveWriteSetFormatCpioOdc :: ArchivePtr -> IO ArchiveResult
+ Codec.Archive.Foreign.Archive: archiveWriteSetFormatCpioPwb :: ArchivePtr -> IO ArchiveResult
Files
- CHANGELOG.md +4/−0
- libarchive.cabal +2/−2
- src/Codec/Archive/Foreign/Archive.chs +3/−0
CHANGELOG.md view
@@ -1,5 +1,9 @@ # libarchive +# 3.0.3.1++ * Properly export functions from libarchive 3.5.2.+ # 3.0.3.0 * Bundle zlib sources so zip archives are guaranteed to work (work by Julian
libarchive.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: libarchive-version: 3.0.3.0+version: 3.0.3.1 license: BSD-3-Clause license-file: LICENSE copyright: Copyright: (c) 2018-2020 Vanessa McHale@@ -8,7 +8,7 @@ author: Vanessa McHale tested-with: ghc ==7.10.3 ghc ==8.0.2 ghc ==8.2.2 ghc ==8.4.4 ghc ==8.6.5- ghc ==8.8.4 ghc ==8.10.4 ghc ==9.0.1+ ghc ==8.8.4 ghc ==8.10.7 ghc ==9.0.1 bug-reports: https://github.com/vmchale/libarchive/issues synopsis: Haskell interface to libarchive
src/Codec/Archive/Foreign/Archive.chs view
@@ -140,7 +140,10 @@ , archiveWriteSetFormatArBsd , archiveWriteSetFormatArSvr4 , archiveWriteSetFormatCpio+ , archiveWriteSetFormatCpioBin , archiveWriteSetFormatCpioNewc+ , archiveWriteSetFormatCpioOdc+ , archiveWriteSetFormatCpioPwb , archiveWriteSetFormatGnutar , archiveWriteSetFormatMtree , archiveWriteSetFormatMtreeClassic