| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
DriverPhases
Documentation
data HscSource
Constructors
| HsSrcFile | |
| HsBootFile | |
| ExtCoreFile |
hscSourceString :: HscSource -> String
data Phase
happensBefore :: DynFlags -> Phase -> Phase -> Bool
startPhase :: String -> Phase
phaseInputExt :: Phase -> String
isHaskellishSuffix :: String -> Bool
isHaskellSrcSuffix :: String -> Bool
isObjectSuffix :: Platform -> String -> Bool
isCishSuffix :: String -> Bool
isExtCoreSuffix :: String -> Bool
isDynLibSuffix :: Platform -> String -> Bool
isHaskellUserSrcSuffix :: String -> Bool
isSourceSuffix :: String -> Bool
isHaskellishFilename :: FilePath -> Bool
isHaskellSrcFilename :: FilePath -> Bool
isObjectFilename :: Platform -> FilePath -> Bool
isCishFilename :: FilePath -> Bool
isExtCoreFilename :: FilePath -> Bool
isDynLibFilename :: Platform -> FilePath -> Bool
isSourceFilename :: FilePath -> Bool