Fix warnings

This commit is contained in:
Daniel Gröber
2014-05-05 09:43:14 +02:00
parent 81504de8bd
commit 5044cf7f56
2 changed files with 8 additions and 6 deletions

View File

@@ -12,7 +12,9 @@ module Language.Haskell.GhcMod.CabalApi (
, cabalConfigDependencies
) where
#if MIN_VERSION_base(4,7,0)
import Prelude hiding (catch)
#endif
import Language.Haskell.GhcMod.Types
import Language.Haskell.GhcMod.GhcPkg