cdepillabout / pretty-simple

pretty-printer for Haskell data types that have a Show instance
https://hackage.haskell.org/package/pretty-simple
BSD 3-Clause "New" or "Revised" License
243 stars 29 forks source link

Use correct handle for newline output #118

Closed georgefst closed 1 year ago

georgefst commented 1 year ago

Closes https://github.com/cdepillabout/pretty-simple/issues/114.

cdepillabout commented 1 year ago

Thanks! Good fix.

mitchellwrosen commented 1 year ago

Hehe, I just ran into this, too. Could a release be made to hackage that includes this, please? 🙏

cdepillabout commented 1 year ago

@mitchellwrosen Thanks for the reminder!

I made a release in https://github.com/cdepillabout/pretty-simple/pull/120.

mitchellwrosen commented 1 year ago

Thanks!