kazu-yamamoto/logger

bytestring-builder is not necessary on newer ghc

Closed this issue · 1 comments

If I understand the description correctly, bytestring-builder should not be necessary on ghc 7.8. The package is supposed to be smart enough to be empty on those versions, but it would be nice if the packages here could be configured in such a way as to not require them it at all.

Feel free to add if impl(ghc < VER) to fast-logger.cabal and send me a PR.