We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Codec.Compression.GZip
Zlib
1 parent ca184c2 commit c9c5518Copy full SHA for c9c5518
Codec/Archive/Tar.hs
@@ -71,7 +71,7 @@ module Codec.Archive.Tar (
71
-- on the 'extract' function where we use decompression in the pipeline:
72
--
73
-- > import qualified Data.ByteString.Lazy as BL
74
- -- > import qualified Codec.Compression.Zlib as GZip
+ -- > import qualified Codec.Compression.GZip as GZip
75
-- >
76
-- > Tar.unpack dir . Tar.read . GZip.decompress =<< BL.readFile tar
77
0 commit comments