diff options
Diffstat (limited to 'compiler/codeGen/StgCmmBind.hs-boot')
-rw-r--r-- | compiler/codeGen/StgCmmBind.hs-boot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/codeGen/StgCmmBind.hs-boot b/compiler/codeGen/StgCmmBind.hs-boot index 5840e990c8..8e3dd38ad8 100644 --- a/compiler/codeGen/StgCmmBind.hs-boot +++ b/compiler/codeGen/StgCmmBind.hs-boot @@ -1,6 +1,6 @@ module StgCmmBind where import StgCmmMonad( FCode ) -import StgSyn( StgBinding ) +import StgSyn( CgStgBinding ) -cgBind :: StgBinding -> FCode () +cgBind :: CgStgBinding -> FCode () |