Skip to content

Commit

Permalink
Expose longLinkEntry and packSymlinkEntry
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell authored and Bodigrim committed Nov 15, 2023
1 parent 608b025 commit 9cab33e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Codec/Archive/Tar/Entry.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{-# LANGUAGE CPP #-}
-----------------------------------------------------------------------------
-- |
-- Module : Codec.Archive.Tar.Entry
Expand Down Expand Up @@ -49,6 +50,7 @@ module Codec.Archive.Tar.Entry (
simpleEntry,
fileEntry,
directoryEntry,
longLinkEntry,

-- * Standard file permissions
-- | For maximum portability when constructing archives use only these file
Expand All @@ -60,6 +62,9 @@ module Codec.Archive.Tar.Entry (
-- * Constructing entries from disk files
packFileEntry,
packDirectoryEntry,
#if MIN_VERSION_directory(1,3,1)
packSymlinkEntry,
#endif
getDirectoryContentsRecursive,

-- * TarPath type
Expand Down

0 comments on commit 9cab33e

Please sign in to comment.