kazu-yamamoto / logger

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

Some CallStack functions not exported #142

Closed pavelkogan closed 7 years ago

pavelkogan commented 7 years ago

Specifically, logOther and the Showable variants are defined in Control.Monad.Logger.CallStack, but aren't in the export list.

snoyberg commented 7 years ago

Want to send a PR?

On Wed, Jul 26, 2017, 5:11 PM Pavel Kogan notifications@github.com wrote:

Specifically, logOther and the Showable variants are defined in Control.Monad.Logger.CallStack, but aren't in the export list.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kazu-yamamoto/logger/issues/142, or mute the thread https://github.com/notifications/unsubscribe-auth/AADBB525y1YoGC4CJFZsCv4oW1MwgpgRks5sR0jygaJpZM4Oj-nJ .

pavelkogan commented 7 years ago

OK, sent.