Hoogle Search

Within LTS Haskell 24.5 (ghc-9.10.2)

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

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

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

  3. Suffix :: String -> Suffix

    Cabal Distribution.Simple.PreProcess

    No documentation available.

  4. builtinHaskellBootSuffixes :: [Suffix]

    Cabal Distribution.Simple.PreProcess

    No documentation available.

  5. builtinHaskellSuffixes :: [Suffix]

    Cabal Distribution.Simple.PreProcess

    No documentation available.

  6. knownSuffixHandlers :: [PPSuffixHandler]

    Cabal Distribution.Simple.PreProcess

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

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

    Cabal Distribution.Simple.PreProcess

    Convenience function; get the suffixes of these preprocessors.

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

  9. Suffix :: String -> Suffix

    Cabal Distribution.Simple.PreProcess.Types

    No documentation available.

  10. builtinHaskellBootSuffixes :: [Suffix]

    Cabal Distribution.Simple.PreProcess.Types

    No documentation available.

Page 62 of many | Previous | Next