layout only.

This commit is contained in:
Kazu Yamamoto 2014-02-06 21:27:39 +09:00
parent a25736f149
commit 629cf409ae
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import Data.Maybe (catMaybes)
import DataCon (dataConRepType)
import FastString (mkFastString)
import GHC
import Panic(throwGhcException)
import Panic (throwGhcException)
import Language.Haskell.GhcMod.Doc (showUnqualifiedPage)
import Language.Haskell.GhcMod.GHCApi
import Language.Haskell.GhcMod.Types