diff options
Diffstat (limited to 'ghc/InteractiveUI.hs')
-rw-r--r-- | ghc/InteractiveUI.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ghc/InteractiveUI.hs b/ghc/InteractiveUI.hs index 070932cefc..ea90280b06 100644 --- a/ghc/InteractiveUI.hs +++ b/ghc/InteractiveUI.hs @@ -63,8 +63,9 @@ import Util -- Haskell Libraries import System.Console.Haskeline as Haskeline +import Control.Monad as Monad hiding (empty) + import Control.Applicative hiding (empty) -import Control.Monad as Monad import Control.Monad.Trans.Class import Control.Monad.IO.Class |