diff options
Diffstat (limited to 'compiler/main/Hooks.hs-boot')
-rw-r--r-- | compiler/main/Hooks.hs-boot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/main/Hooks.hs-boot b/compiler/main/Hooks.hs-boot index 280de32063..f0246ef941 100644 --- a/compiler/main/Hooks.hs-boot +++ b/compiler/main/Hooks.hs-boot @@ -1,5 +1,7 @@ module Hooks where +import GhcPrelude () + data Hooks emptyHooks :: Hooks |