diff options
Diffstat (limited to 'testsuite/tests/annotations/should_run/annrun01.hs')
-rw-r--r-- | testsuite/tests/annotations/should_run/annrun01.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/annotations/should_run/annrun01.hs b/testsuite/tests/annotations/should_run/annrun01.hs index f8c0ca5e84..fd2c7bc415 100644 --- a/testsuite/tests/annotations/should_run/annrun01.hs +++ b/testsuite/tests/annotations/should_run/annrun01.hs @@ -5,7 +5,7 @@ module Main where import GHC import MonadUtils ( liftIO ) import Data.Maybe -import DynFlags ( defaultFatalMessager, defaultFlushOut ) +import GHC.Driver.Session ( defaultFatalMessager, defaultFlushOut ) import Annotations ( AnnTarget(..), CoreAnnTarget ) import GHC.Serialized ( deserializeWithData ) import Panic |