diff options
Diffstat (limited to 'compiler/cmm/Hoopl/Label.hs')
| -rw-r--r-- | compiler/cmm/Hoopl/Label.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/cmm/Hoopl/Label.hs b/compiler/cmm/Hoopl/Label.hs index 5ee4f72fc3..e28f92b6b9 100644 --- a/compiler/cmm/Hoopl/Label.hs +++ b/compiler/cmm/Hoopl/Label.hs @@ -11,6 +11,8 @@ module Hoopl.Label , uniqueToLbl ) where +import GhcPrelude + import Outputable import Hoopl.Collections |
