[commit: ghc] wip/T10137: Make the code FTP-warning-free (1ae2afb)
git at git.haskell.org
git at git.haskell.org
Tue Mar 10 16:02:13 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T10137
Link : http://ghc.haskell.org/trac/ghc/changeset/1ae2afbc724f882db9566317ae849c8b5ef5f021/ghc
>---------------------------------------------------------------
commit 1ae2afbc724f882db9566317ae849c8b5ef5f021
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Tue Mar 10 17:01:28 2015 +0100
Make the code FTP-warning-free
>---------------------------------------------------------------
1ae2afbc724f882db9566317ae849c8b5ef5f021
compiler/cmm/CmmCreateSwitchPlans.hs | 1 +
1 file changed, 1 insertion(+)
diff --git a/compiler/cmm/CmmCreateSwitchPlans.hs b/compiler/cmm/CmmCreateSwitchPlans.hs
index 7784fcf..f51ef07 100644
--- a/compiler/cmm/CmmCreateSwitchPlans.hs
+++ b/compiler/cmm/CmmCreateSwitchPlans.hs
@@ -13,6 +13,7 @@ import CmmUtils
import CmmSwitch
import UniqSupply
import DynFlags
+import Prelude
--
More information about the ghc-commits
mailing list