Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
DataFormatError :: String -> DecompressErrorzlib Codec.Compression.Zlib If the compressed data stream is corrupted in any way then you will get this error, for example if the input data just isn't a compressed zlib data stream. In particular if the data checksum turns out to be wrong then you will get all the decompressed data but this error at the end, instead of the normal successful StreamEnd.
DataFormatError :: String -> DecompressErrorzlib Codec.Compression.Zlib.Internal If the compressed data stream is corrupted in any way then you will get this error, for example if the input data just isn't a compressed zlib data stream. In particular if the data checksum turns out to be wrong then you will get all the decompressed data but this error at the end, instead of the normal successful StreamEnd.
-
zlib Codec.Compression.Zlib.Internal The gzip format uses a header with a checksum and some optional meta-data about the compressed file. It is intended primarily for compressing individual files but is also sometimes used for network protocols such as HTTP. The format is described in detail in RFC #1952 http://www.ietf.org/rfc/rfc1952.txt
-
zlib Codec.Compression.Zlib.Internal This is not a format as such. It enabled zlib or gzip decoding with automatic header detection. This only makes sense for decompression.
-
zlib Codec.Compression.Zlib.Internal The 'raw' format is just the compressed data stream without any additional header, meta-data or data-integrity checksum. The format is described in detail in RFC #1951 http://www.ietf.org/rfc/rfc1951.txt
-
zlib Codec.Compression.Zlib.Internal The zlib format uses a minimal header with a checksum but no other meta-data. It is especially designed for use in network protocols. The format is described in detail in RFC #1950 http://www.ietf.org/rfc/rfc1950.txt
DataFormatError :: String -> DecompressErrorzlib Codec.Compression.Zlib.Raw If the compressed data stream is corrupted in any way then you will get this error, for example if the input data just isn't a compressed zlib data stream. In particular if the data checksum turns out to be wrong then you will get all the decompressed data but this error at the end, instead of the normal successful StreamEnd.
WrongFieldForExpectedDocFiles :: Bool -> String -> [FilePath] -> CheckExplanationCabal Distribution.PackageDescription.Check No documentation available.
checkForeignDeps :: PackageDescription -> LocalBuildInfo -> Verbosity -> IO ()Cabal Distribution.Simple.Configure No documentation available.
findDistPrefOrDefault :: Flag FilePath -> IO FilePathCabal Distribution.Simple.Configure Return the "dist/" prefix, or the default prefix. The prefix is taken from (in order of highest to lowest preference) the override prefix, the "CABAL_BUILDDIR" environment variable, or defaultDistPref is used. Call this function to resolve a *DistPref flag whenever it is not known to be set. (The *DistPref flags are always set to a definite value before invoking UserHooks.)