Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. zlibFormat :: Format

    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

  2. DataFormatError :: String -> DecompressError

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

  3. WrongFieldForExpectedDocFiles :: Bool -> String -> [FilePath] -> CheckExplanation

    Cabal Distribution.PackageDescription.Check

    No documentation available.

  4. checkForeignDeps :: PackageDescription -> LocalBuildInfo -> Verbosity -> IO ()

    Cabal Distribution.Simple.Configure

    No documentation available.

  5. findDistPrefOrDefault :: Flag FilePath -> IO FilePath

    Cabal 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.)

  6. platformDefines :: LocalBuildInfo -> [String]

    Cabal Distribution.Simple.Configure

    No documentation available.

  7. CantFindForeignLibraries :: [String] -> CabalException

    Cabal Distribution.Simple.Errors

    No documentation available.

  8. CantFindSourceForPreProcessFile :: String -> CabalException

    Cabal Distribution.Simple.Errors

    No documentation available.

  9. CantInstallForeignLib :: CabalException

    Cabal Distribution.Simple.Errors

    No documentation available.

  10. ConfigCIDValidForPreComponent :: CabalException

    Cabal Distribution.Simple.Errors

    No documentation available.

Page 432 of many | Previous | Next