removing LogReader.

This commit is contained in:
Kazu Yamamoto 2014-04-28 21:41:29 +09:00
parent 0d494f3c8e
commit d68690bab0
1 changed files with 1 additions and 8 deletions

View File

@ -1,9 +1,7 @@
{-# LANGUAGE BangPatterns, CPP #-}
module Language.Haskell.GhcMod.ErrMsg (
LogReader
, withLogger
, handleErrMsg
withLogger
, checkErrorPrefix
) where
@ -26,11 +24,6 @@ import System.FilePath (normalise)
----------------------------------------------------------------
-- | A means to read the log.
type LogReader = IO String
----------------------------------------------------------------
type Builder = [String] -> [String]
newtype LogRef = LogRef (IORef Builder)