Safe Haskell | None |
---|---|
Language | Haskell2010 |
Distribution.Client.Compat.Tar
Contents
Documentation
Constructors
Entry | |
Fields
|
data EntryContent #
Constructors
NormalFile ByteString !FileSize | |
Directory | |
SymbolicLink !LinkTarget | |
HardLink !LinkTarget | |
CharacterDevice !DevMajor !DevMinor | |
BlockDevice !DevMajor !DevMinor | |
NamedPipe | |
OtherEntryType !TypeCode ByteString !FileSize |
Instances
Show EntryContent | |
Defined in Codec.Archive.Tar.Types Methods showsPrec :: Int -> EntryContent -> ShowS # show :: EntryContent -> String # showList :: [EntryContent] -> ShowS # | |
NFData EntryContent | |
Defined in Codec.Archive.Tar.Types Methods rnf :: EntryContent -> () # | |
Eq EntryContent | |
Defined in Codec.Archive.Tar.Types | |
Ord EntryContent | |
Defined in Codec.Archive.Tar.Types Methods compare :: EntryContent -> EntryContent -> Ordering # (<) :: EntryContent -> EntryContent -> Bool # (<=) :: EntryContent -> EntryContent -> Bool # (>) :: EntryContent -> EntryContent -> Bool # (>=) :: EntryContent -> EntryContent -> Bool # max :: EntryContent -> EntryContent -> EntryContent # min :: EntryContent -> EntryContent -> EntryContent # |
Orphan instances
(Exception a, Exception b) => Exception (Either a b) Source # | |
Methods toException :: Either a b -> SomeException # fromException :: SomeException -> Maybe (Either a b) # displayException :: Either a b -> String # |