summaryrefslogtreecommitdiff
path: root/testsuite/tests/annotations/should_run/annrun01.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/annotations/should_run/annrun01.hs')
-rw-r--r--testsuite/tests/annotations/should_run/annrun01.hs2
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 fd2c7bc415..4a587afddc 100644
--- a/testsuite/tests/annotations/should_run/annrun01.hs
+++ b/testsuite/tests/annotations/should_run/annrun01.hs
@@ -6,7 +6,7 @@ import GHC
import MonadUtils ( liftIO )
import Data.Maybe
import GHC.Driver.Session ( defaultFatalMessager, defaultFlushOut )
-import Annotations ( AnnTarget(..), CoreAnnTarget )
+import GHC.Types.Annotations ( AnnTarget(..), CoreAnnTarget )
import GHC.Serialized ( deserializeWithData )
import Panic