Recipe.Type
- data CmdLine
- type Name = String
- noDeps :: [Name] -> IO ()
- safeEncoding :: String -> String
- keywords :: [Char]
- platform :: [Char]
- cabals :: [Char]
- inputs :: [Char]
- listing :: FilePath -> IO [Name]
- version :: FilePath -> Name -> IO String
- resetWarnings :: IO ()
- putWarning :: String -> IO ()
- recapWarnings :: IO ()
- outStr :: String -> IO ()
- outStrLn :: String -> IO ()
Documentation
safeEncoding :: String -> String
Lots of things go slightly wrong if you use characters > 127 in places, this just replaces them with ?
resetWarnings :: IO ()
putWarning :: String -> IO ()
recapWarnings :: IO ()