purescript-0.15.7: PureScript Programming Language Compiler
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.IO.UTF8

Synopsis

Documentation

fixCRLF :: ByteString -> ByteString Source #

Unfortunately ByteString's readFile does not convert line endings on Windows, so we have to do it ourselves