close import.

This commit is contained in:
Kazu Yamamoto 2014-03-27 15:25:02 +09:00
parent fbed91f6f2
commit e0d8b379df
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ module Language.Haskell.GhcMod.Doc where
import DynFlags (DynFlags)
import Language.Haskell.GhcMod.Gap (withStyle, showDocWith)
import Outputable
import Outputable (SDoc, PprStyle, Depth(AllTheWay), mkUserStyle, alwaysQualify, neverQualify)
import Pretty (Mode(..))
----------------------------------------------------------------