diff options
Diffstat (limited to 'compiler/ghci/ByteCodeInstr.hs')
-rw-r--r-- | compiler/ghci/ByteCodeInstr.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghci/ByteCodeInstr.hs b/compiler/ghci/ByteCodeInstr.hs index b0db198037..9cdd297dbd 100644 --- a/compiler/ghci/ByteCodeInstr.hs +++ b/compiler/ghci/ByteCodeInstr.hs @@ -28,7 +28,7 @@ import Literal import DataCon import VarSet import PrimOp -import SMRep +import GHC.Runtime.Layout import Data.Word import GHC.Stack.CCS (CostCentre) |