kazu-yamamoto / logger

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

fast-logger + Safe haskell + GHC-7.2 build failure #71

Closed bergmark closed 8 years ago

bergmark commented 8 years ago
System/Log/FastLogger/Logger.hs:14:1:
    base:GHC.IO.FD can't be safely imported! The module itself isn't safe.

This can be hard to fix so it might be best to just stop supporting GHC-7.2.

snoyberg commented 8 years ago

@kazu-yamamoto I'd recommend dropping GHC-7.2 support for fast-logger.

kazu-yamamoto commented 8 years ago

Sorry for the delay. I missed this request. I have merged this pull request. Thank you for your contribution.