[commit: ghc] master: Move import to avoid warning (a60ea70)

git at git.haskell.org git at git.haskell.org
Fri Aug 26 16:36:05 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/a60ea709c2b58b77a920823f2d095b1e3c02e2b5/ghc

>---------------------------------------------------------------

commit a60ea709c2b58b77a920823f2d095b1e3c02e2b5
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Fri Aug 26 17:25:52 2016 +0100

    Move import to avoid warning
    
    The import of UniqFM in HscTypes was only needed in stage2


>---------------------------------------------------------------

a60ea709c2b58b77a920823f2d095b1e3c02e2b5
 compiler/main/HscTypes.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/main/HscTypes.hs b/compiler/main/HscTypes.hs
index cade33e..ddeee33 100644
--- a/compiler/main/HscTypes.hs
+++ b/compiler/main/HscTypes.hs
@@ -139,9 +139,9 @@ import ByteCodeTypes
 import InteractiveEvalTypes ( Resume )
 import GHCi.Message         ( Pipe )
 import GHCi.RemoteTypes
+import UniqFM
 #endif
 
-import UniqFM
 import HsSyn
 import RdrName
 import Avail



More information about the ghc-commits mailing list