[commit: ghc] wip/T10137: Be explicit that CmmSwitch only imports Label from Compiler.Hoopl (4378e87)
git at git.haskell.org
git at git.haskell.org
Tue Mar 17 12:49:42 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T10137
Link : http://ghc.haskell.org/trac/ghc/changeset/4378e87b7c2598406df8dc8a14aff89e3c14963f/ghc
>---------------------------------------------------------------
commit 4378e87b7c2598406df8dc8a14aff89e3c14963f
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Tue Mar 17 13:49:46 2015 +0100
Be explicit that CmmSwitch only imports Label from Compiler.Hoopl
>---------------------------------------------------------------
4378e87b7c2598406df8dc8a14aff89e3c14963f
compiler/cmm/CmmSwitch.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/cmm/CmmSwitch.hs b/compiler/cmm/CmmSwitch.hs
index 2fd9ef5..130e7e4 100644
--- a/compiler/cmm/CmmSwitch.hs
+++ b/compiler/cmm/CmmSwitch.hs
@@ -11,7 +11,7 @@ module CmmSwitch (
) where
import Outputable
-import Compiler.Hoopl
+import Compiler.Hoopl (Label)
import Data.Maybe
import Data.List (groupBy)
More information about the ghc-commits
mailing list