diff --git a/Language/Haskell/GhcMod/Browse.hs b/Language/Haskell/GhcMod/Browse.hs index f92d9e8..2e20938 100644 --- a/Language/Haskell/GhcMod/Browse.hs +++ b/Language/Haskell/GhcMod/Browse.hs @@ -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