Move around a bunch of types.
[matthijs/master-project/cλash.git] / Pretty.hs
index 4136adea2ab9b9450046351c96b5cac9906da2eb..6f88877948320aa11b1015184ecd8dc005763c45 100644 (file)
--- a/Pretty.hs
+++ b/Pretty.hs
@@ -6,7 +6,9 @@ import qualified Module
 import qualified HscTypes
 import Text.PrettyPrint.HughesPJClass
 import Outputable ( showSDoc, ppr, Outputable, OutputableBndr)
-import Flatten
+
+import HsValueMap
+import FlattenTypes
 import TranslatorTypes
 
 instance Pretty HsFunction where