ErrMsg -> Logger.

This commit is contained in:
Kazu Yamamoto
2014-04-28 21:47:08 +09:00
parent 0155cf5e5f
commit 913fb72911
5 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{-# LANGUAGE BangPatterns, CPP #-}
module Language.Haskell.GhcMod.ErrMsg (
module Language.Haskell.GhcMod.Logger (
withLogger
, checkErrorPrefix
) where