diff --git a/Language/Haskell/GhcMod/Info.hs b/Language/Haskell/GhcMod/Info.hs index ec6a9d6..70257f7 100644 --- a/Language/Haskell/GhcMod/Info.hs +++ b/Language/Haskell/GhcMod/Info.hs @@ -14,6 +14,7 @@ import Control.Monad (void) import CoreMonad (liftIO) import CoreUtils (exprType) import Data.Function (on) +--import Data.Generics (Typeable, GenericQ, mkQ) import Data.Generics hiding (typeOf) import Data.List (sortBy) import Data.Maybe (catMaybes, fromMaybe, listToMaybe)