summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2016-06-01 14:48:56 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2016-06-10 17:18:56 +0100
commit6905ce26080ee30119d1949e8bbd3c36bfe754af (patch)
tree9ce05a4c2f0a83d1f9d343ed14eb560561db25f3
parent6adff0107421e973d276f1524232e5ef0718d3f2 (diff)
downloadhaskell-6905ce26080ee30119d1949e8bbd3c36bfe754af.tar.gz
Refine imports slightly
-rw-r--r--compiler/main/PprTyThing.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/PprTyThing.hs b/compiler/main/PprTyThing.hs
index e738d7a4fe..c02dd2350a 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