Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. ready :: ReadyTarget a -> a

    debian Debian.GenBuildDeps

    Some target whose build dependencies are all satisfied

  2. readyTargets :: BuildableInfo a -> [ReadyTarget a]

    debian Debian.GenBuildDeps

    No documentation available.

  3. readURI' :: String -> Maybe URI'

    debian Debian.URI

    No documentation available.

  4. readFile :: FilePath -> IO Text

    debian Debian.UTF8

    No documentation available.

  5. readNixpkgPackageMap :: String -> Maybe String -> IO PackageMap

    distribution-nixpkgs Distribution.Nixpkgs.PackageMap

    Evaluate nixpkgs at a given (nix) path and build a Map keeping track of all Paths that end in a given Identifier and evaluate to a derivation. This can be used to find an attribute Path for an arbitrary package name using resolve. Note: Evaluation of nixpkgs is very expensive (takes multiple seconds), so cache the result of this function if possible.

    >>> readNixpkgPackageMap "<nixpkgs>" (Just "{ config = { allowAliases = false; }; }")
    fromList [ … ]
    

  6. readFileGhc :: FilePath -> IO String

    ghc-exactprint Language.Haskell.GHC.ExactPrint.Preprocess

    No documentation available.

  7. readTarball :: Maybe UTCTime -> FilePath -> IO HackageDB

    hackage-db Distribution.Hackage.DB

    No documentation available.

  8. readTarball :: FilePath -> IO (Entries FormatError)

    hackage-db Distribution.Hackage.DB.Builder

    No documentation available.

  9. readTarball :: Maybe UTCTime -> FilePath -> IO HackageDB

    hackage-db Distribution.Hackage.DB.Parsed

    No documentation available.

  10. readTarball :: Maybe UTCTime -> FilePath -> IO HackageDB

    hackage-db Distribution.Hackage.DB.Unparsed

    No documentation available.

Page 249 of many | Previous | Next