purescript-0.11.7: PureScript Programming Language Compiler

Safe HaskellNone
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