summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/NCGMonad.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/nativeGen/NCGMonad.hs')
-rw-r--r--compiler/nativeGen/NCGMonad.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nativeGen/NCGMonad.hs b/compiler/nativeGen/NCGMonad.hs
index 4852af3d2c..e5da5a5ebc 100644
--- a/compiler/nativeGen/NCGMonad.hs
+++ b/compiler/nativeGen/NCGMonad.hs
@@ -25,7 +25,7 @@ module NCGMonad (
#include "HsVersions.h"
-import Cmm ( BlockId(..) )
+import BlockId
import CLabel ( CLabel, mkAsmTempLabel )
import MachRegs
import MachOp ( MachRep )