Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. prefix :: InstallDirs dir -> dir

    Cabal Distribution.Simple.LocalBuildInfo

    No documentation available.

  2. prefixRelativeComponentInstallDirs :: PackageId -> LocalBuildInfo -> UnitId -> InstallDirs (Maybe FilePath)

    Cabal Distribution.Simple.LocalBuildInfo

    See prefixRelativeInstallDirs

  3. prefixRelativeInstallDirs :: PackageId -> LocalBuildInfo -> InstallDirs (Maybe FilePath)

    Cabal Distribution.Simple.LocalBuildInfo

    Backwards compatibility function which computes the InstallDirs assuming that $libname points to the public library (or some fake package identifier if there is no public library.) IF AT ALL POSSIBLE, please use prefixRelativeComponentInstallDirs instead.

  4. progPrefix :: LocalBuildInfo -> PathTemplate

    Cabal Distribution.Simple.LocalBuildInfo

    No documentation available.

  5. progSuffix :: LocalBuildInfo -> PathTemplate

    Cabal Distribution.Simple.LocalBuildInfo

    No documentation available.

  6. type PPSuffixHandler = (Suffix, BuildInfo -> LocalBuildInfo -> ComponentLocalBuildInfo -> PreProcessor)

    Cabal Distribution.Simple.PreProcess

    A preprocessor for turning non-Haskell files with the given Suffix (i.e. file extension) into plain Haskell source files.

  7. newtype Suffix

    Cabal Distribution.Simple.PreProcess

    A suffix (or file extension). Mostly used to decide which preprocessor to use, e.g. files with suffix "y" are usually processed by the "happy" build tool.

  8. Suffix :: String -> Suffix

    Cabal Distribution.Simple.PreProcess

    No documentation available.

  9. builtinHaskellBootSuffixes :: [Suffix]

    Cabal Distribution.Simple.PreProcess

    No documentation available.

  10. builtinHaskellSuffixes :: [Suffix]

    Cabal Distribution.Simple.PreProcess

    No documentation available.

Page 61 of many | Previous | Next