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

Allow light-bg and no-color modes for executable #35

Closed andrew-lei closed 6 years ago

andrew-lei commented 6 years ago

34 . Not super comfortable with this, but I guess it works. Allows optional argument --color or -c with options dark-bg, light-bg, no-color (default dark-bg).

cdepillabout commented 6 years ago

I added commits cfe085e and 7845f5e to get this to compile with older versions of GHC in order to get Travis to succeed.

Other than that, this looks good!

cdepillabout commented 6 years ago

Thanks, merged in!