Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
writeSource :: FilePath -> String -> IO () Source
Write a source file, same as writeFile except the encoding is set to utf-8
readSource :: FilePath -> IO String Source
Read a source file, same as readFile but make sure the encoding is utf-8.
setupBundledCC :: IO () Source