kazu-yamamoto / logger

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

bytestring-builder is not necessary on newer ghc #112

Closed QuLogic closed 7 years ago

QuLogic commented 7 years ago

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.

kazu-yamamoto commented 7 years ago

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