kazu-yamamoto / logger

A fast logging system for Haskell
159 stars 68 forks source link

Add ToLogStr instances for numeric types #177

Closed andrewthad closed 5 years ago

andrewthad commented 5 years ago

Resolves https://github.com/kazu-yamamoto/logger/issues/175

chessai commented 5 years ago

Drew, I had already done this at https://github.com/kazu-yamamoto/logger/pull/176.

However, your PR is more complete in that it provides a changelog entry and since pragmas for the instances. So I'll close mine in favour of yours.

andrewthad commented 5 years ago

Whoops. Sorry I didn't notice that. Also, travis appears to be broken.

kazu-yamamoto commented 5 years ago

Merged and released. Thank you for your contribution!