5f9886d
1 2 3 4 5 6
module Logging.Bock.Color (supportsColor) where import qualified GHC.IO.Handle as IO supportsColor :: IO.Handle -> IO Bool supportsColor _ = pure False