Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data.ByteString.Lazy is missing hPutStrLn #141

Closed
ekmett opened this issue Nov 5, 2017 · 4 comments
Closed

Data.ByteString.Lazy is missing hPutStrLn #141

ekmett opened this issue Nov 5, 2017 · 4 comments

Comments

@ekmett
Copy link
Member

ekmett commented Nov 5, 2017

Mostly an annoyance.

Data.ByteString has it, System.IO has it, this has everything but it.

@sjakobi
Copy link
Member

sjakobi commented Jul 2, 2020

I'm fine with doing nothing about this – the explanation on the deprecation notice makes sense to me.

Deprecated: Use Data.ByteString.Char8.hPutStrLn instead. (Functions that rely on ASCII encodings belong in Data.ByteString.Char8)

@bgamari
Copy link
Contributor

bgamari commented Jul 2, 2020

For what it is worth I agree that this is expected. Partitioning out the ASCII specific interfaces is a good thing.

@Bodigrim
Copy link
Contributor

Bodigrim commented Jul 2, 2020

I'm in favor of closing this.

@chessai chessai closed this as completed Jul 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants