summaryrefslogtreecommitdiff
path: root/compiler/GHC/Cmm/CLabel.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Cmm/CLabel.hs')
-rw-r--r--compiler/GHC/Cmm/CLabel.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Cmm/CLabel.hs b/compiler/GHC/Cmm/CLabel.hs
index e1e69a6296..274e5a834d 100644
--- a/compiler/GHC/Cmm/CLabel.hs
+++ b/compiler/GHC/Cmm/CLabel.hs
@@ -839,7 +839,7 @@ data InfoProvEnt = InfoProvEnt
-- The rendered Haskell type of the closure the table represents
, infoProvModule :: !Module
-- Origin module
- , infoTableProv :: !(Maybe (RealSrcSpan, String)) }
+ , infoTableProv :: !(Maybe (RealSrcSpan, LexicalFastString)) }
-- Position and information about the info table
deriving (Eq, Ord)