serokell / log-warper

Logging library to provide more convenient, extremely configurable but simple monadic interface with pretty output
MIT License
19 stars 11 forks source link

Optimize 'log-warper' dependencies #71

Closed chshersh closed 6 years ago

chshersh commented 6 years ago

log-warper has a lot of dependencies. Probably some of them can be removed or replaced...

Dependencies should be optimized in every target.

chshersh commented 6 years ago

Just some numbers for further consideration:

$ stack list-dependencies | wc -l
89
$ stack list-dependencies --test | wc -l
104
vrom911 commented 6 years ago

For the moment there are both fmt and formatting libraries. Can we get rid of formatting?

chshersh commented 6 years ago

@vrom911 Yes, I think we can get rid of formatting library. This will be a good change! I've updated issue description.