[commit: ghc] master: Refine imports slightly (6905ce2)

git at git.haskell.org git at git.haskell.org
Fri Jun 10 16:15:22 UTC 2016


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

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

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

commit 6905ce26080ee30119d1949e8bbd3c36bfe754af
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Wed Jun 1 14:48:56 2016 +0100

    Refine imports slightly


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

6905ce26080ee30119d1949e8bbd3c36bfe754af
 compiler/main/PprTyThing.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/main/PprTyThing.hs b/compiler/main/PprTyThing.hs
index e738d7a..c02dd23 100644
--- a/compiler/main/PprTyThing.hs
+++ b/compiler/main/PprTyThing.hs
@@ -26,7 +26,7 @@ import MkIface ( tyThingToIfaceDecl )
 import Type ( tidyOpenType )
 import IfaceSyn ( pprIfaceDecl, ShowSub(..), ShowHowMuch(..) )
 import FamInstEnv( FamInst( .. ), FamFlavor(..) )
-import TcType
+import Type( Type, pprTypeApp, pprSigmaType )
 import Name
 import VarEnv( emptyTidyEnv )
 import Outputable



More information about the ghc-commits mailing list