Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Cabal Distribution.Simple.PreProcess A preprocessor for turning non-Haskell files with the given Suffix (i.e. file extension) into plain Haskell source files.
-
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.
-
Cabal Distribution.Simple.PreProcess No documentation available.
builtinHaskellBootSuffixes :: [Suffix]Cabal Distribution.Simple.PreProcess No documentation available.
builtinHaskellSuffixes :: [Suffix]Cabal Distribution.Simple.PreProcess No documentation available.
knownSuffixHandlers :: [PPSuffixHandler]Cabal Distribution.Simple.PreProcess Standard preprocessors: GreenCard, c2hs, hsc2hs, happy, alex and cpphs.
ppSuffixes :: [PPSuffixHandler] -> [Suffix]Cabal Distribution.Simple.PreProcess Convenience function; get the suffixes of these preprocessors.
-
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.
-
Cabal Distribution.Simple.PreProcess.Types No documentation available.
builtinHaskellBootSuffixes :: [Suffix]Cabal Distribution.Simple.PreProcess.Types No documentation available.