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.

  1. UnrecognisedTarFormat :: FormatError

    tar Codec.Archive.Tar

    No documentation available.

  2. NonPortableFormat :: Format -> PortabilityError

    tar Codec.Archive.Tar.Check

    No documentation available.

  3. type PortabilityPlatform = String

    tar Codec.Archive.Tar.Check

    The name of a platform that portability issues arise from

  4. GnuFormat :: Format

    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.

  5. UstarFormat :: Format

    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.

  6. V7Format :: 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.

  7. entryFormat :: GenEntry tarPath linkTarget -> !Format

    tar Codec.Archive.Tar.Entry

    The tar format the archive is using.

  8. pattern BeforeCommonEra :: Integer -> Year

    time-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.

  9. iso8601DateFormat :: Maybe String -> String

    time-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
    

  10. rfc822DateFormat :: String

    time-compat Data.Time.Format.Compat

    Format string according to RFC822.

Page 547 of many | Previous | Next