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.
-
zlib Codec.Compression.Zlib.Internal No documentation available.
DictionaryRequired :: DecompressErrorzlib Codec.Compression.Zlib.Internal It is possible to do zlib compression with a custom dictionary. This allows slightly higher compression ratios for short files. However such compressed streams require the same dictionary when decompressing. This error is for when we encounter a compressed stream that needs a dictionary, and it's not provided.
DictionaryRequired :: DecompressErrorzlib Codec.Compression.Zlib.Raw It is possible to do zlib compression with a custom dictionary. This allows slightly higher compression ratios for short files. However such compressed streams require the same dictionary when decompressing. This error is for when we encounter a compressed stream that needs a dictionary, and it's not provided.
modShapeRequires :: ModuleShape -> Set ModuleNameCabal Distribution.Backpack.ModuleShape No documentation available.
preModShapeRequires :: PreModuleShape -> Set ModuleNameCabal Distribution.Backpack.PreModuleShape No documentation available.
-
Cabal Distribution.Simple.Command No documentation available.
-
Cabal Distribution.Simple.Command Create a string-valued command line interface. Usually called in the context of option or multiOption. Example: reqArg ad mkflag showflag
- ad: Placeholder shown to the user, e.g. FILES if files are expected parameters.
- mkflag: How to parse the argument into the option.
- showflag: If parsing goes wrong, display a useful error message to the user.
-
Cabal Distribution.Simple.Command (String -> a) variant of "reqArg"
unifiedIPIDRequired :: Compiler -> BoolCabal Distribution.Simple.Compiler Does this compiler have unified IPIDs (so no package keys)
RequireProgram :: String -> CabalExceptionCabal Distribution.Simple.Errors No documentation available.