diff options
Diffstat (limited to 'testsuite/tests/ghc-api/T8639_api.hs')
| -rw-r--r-- | testsuite/tests/ghc-api/T8639_api.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-api/T8639_api.hs b/testsuite/tests/ghc-api/T8639_api.hs index 2b0bc7d4c6..eab7ff9146 100644 --- a/testsuite/tests/ghc-api/T8639_api.hs +++ b/testsuite/tests/ghc-api/T8639_api.hs @@ -1,7 +1,7 @@  module Main where  import GHC -import GhcMonad +import GHC.Driver.Monad  import Outputable  import System.IO  import System.Environment( getArgs )  | 
