Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
UnrecognisedTarFormat :: FormatErrortar Codec.Archive.Tar No documentation available.
NonPortableFormat :: Format -> PortabilityErrortar Codec.Archive.Tar.Check No documentation available.
type
PortabilityPlatform = Stringtar Codec.Archive.Tar.Check The name of a platform that portability issues arise from
-
tar Codec.Archive.Tar.Entry The GNU tar implementation also extends the classic V7 format, though in a slightly different way from the USTAR format. This is the only format supporting long file names.
-
tar Codec.Archive.Tar.Entry The "USTAR" format is an extension of the classic V7 format. It was later standardised by POSIX. It has some restrictions but is the most portable format.
-
tar Codec.Archive.Tar.Entry This is the classic Unix V7 tar format. It does not support owner and group names, just numeric Ids. It also does not support device numbers.
entryFormat :: GenEntry tarPath linkTarget -> !Formattar Codec.Archive.Tar.Entry The tar format the archive is using.
pattern
BeforeCommonEra :: Integer -> Yeartime-compat Data.Time.Calendar.Compat Also known as Before Christ. Note that Year 1 = 1 CE, and the previous Year 0 = 1 BCE. CommonEra and BeforeCommonEra form a COMPLETE set.
iso8601DateFormat :: Maybe String -> Stringtime-compat Data.Time.Format.Compat Construct format string according to ISO-8601. The Maybe String argument allows to supply an optional time specification. E.g.:
iso8601DateFormat Nothing == "%Y-%m-%d" -- i.e. YYYY-MM-DD iso8601DateFormat (Just "%H:%M:%S") == "%Y-%m-%dT%H:%M:%S" -- i.e. YYYY-MM-DDTHH:MM:SS
-
time-compat Data.Time.Format.Compat Format string according to RFC822.