File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ import qualified Data.ByteString.Char8 as B
12
12
import qualified Data.ByteString.Lazy.Char8 as BL
13
13
14
14
-- | Errors raised by 'decodeLongNames'.
15
+ --
16
+ -- @since 0.6.0.0
15
17
data DecodeLongNamesError
16
18
= TwoTypeKEntries
17
19
-- ^ Two adjacent 'OtherEntryType' @\'K\'@ nodes.
@@ -28,6 +30,8 @@ instance Exception DecodeLongNamesError
28
30
-- 'OtherEntryType' @\'K\'@ and 'OtherEntryType' @\'L\'@ nodes.
29
31
--
30
32
-- Input 'FilePath's must be POSIX file names, not native ones.
33
+ --
34
+ -- @since 0.6.0.0
31
35
encodeLongNames
32
36
:: GenEntry FilePath FilePath
33
37
-> [Entry ]
@@ -78,6 +82,8 @@ encodeLinkPath lnk = case toTarPath' lnk of
78
82
-- 'OtherEntryType' @\'K\'@ and 'OtherEntryType' @\'L\'@ nodes.
79
83
--
80
84
-- Resolved 'FilePath's are still POSIX file names, not native ones.
85
+ --
86
+ -- @since 0.6.0.0
81
87
decodeLongNames
82
88
:: Entries e
83
89
-> GenEntries FilePath FilePath (Either e DecodeLongNamesError )
You can’t perform that action at this time.
0 commit comments