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. knownSuffixHandlers :: [PPSuffixHandler]

    Cabal Distribution.Simple.PreProcess

    Standard preprocessors: GreenCard, c2hs, hsc2hs, happy, alex and cpphs.

  2. ppSuffixes :: [PPSuffixHandler] -> [Suffix]

    Cabal Distribution.Simple.PreProcess

    Convenience function; get the suffixes of these preprocessors.

  3. newtype Suffix

    Cabal Distribution.Simple.PreProcess.Types

    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.

  4. Suffix :: String -> Suffix

    Cabal Distribution.Simple.PreProcess.Types

    No documentation available.

  5. builtinHaskellBootSuffixes :: [Suffix]

    Cabal Distribution.Simple.PreProcess.Types

    No documentation available.

  6. builtinHaskellSuffixes :: [Suffix]

    Cabal Distribution.Simple.PreProcess.Types

    No documentation available.

  7. ghcOptDynHiSuffix :: GhcOptions -> Flag String

    Cabal Distribution.Simple.Program.GHC

    only in GhcStaticAndDynamic mode

  8. ghcOptDynObjSuffix :: GhcOptions -> Flag String

    Cabal Distribution.Simple.Program.GHC

    only in GhcStaticAndDynamic mode

  9. ghcOptHiSuffix :: GhcOptions -> Flag String

    Cabal Distribution.Simple.Program.GHC

    No documentation available.

  10. ghcOptObjSuffix :: GhcOptions -> Flag String

    Cabal Distribution.Simple.Program.GHC

    No documentation available.

Page 62 of many | Previous | Next