haskell-hvr / hslogger

Logging framework for Haskell
https://hackage.haskell.org/package/hslogger
BSD 3-Clause "New" or "Revised" License
64 stars 36 forks source link

Build with -Wall and run hlint #37

Open nd2s opened 8 years ago

nd2s commented 8 years ago

There seem to be a lot of small things that need fixing. Saw warnings about redundant imports, non-exhaustive pattern matches, non-used and shadowed variables, ...