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

Fix handling of Char literals #57

Closed sjakobi closed 4 years ago

sjakobi commented 4 years ago

Fixes #45.

cdepillabout commented 4 years ago

I only did a quick skim over this, but it looks pretty good! Give me a week or so to do a thorough review of this.

cdepillabout commented 4 years ago

@sjakobi Sorry for making you wait for this.

In 0b95aec I added some tests and fixed up a small problem with parsing other characters.

cdepillabout commented 4 years ago

Bumped version and released to hackage:

https://hackage.haskell.org/package/pretty-simple-3.2.0.0

sjakobi commented 4 years ago

No worries and many thanks! :)