add -fwarn-dodgy-foreign-imports (see #1357)
[ghc-hetmet.git] / compiler / iface / BinIface.hs
index 152381c..58ae603 100644 (file)
@@ -73,6 +73,7 @@ readBinIface_ checkHiWay traceBinIFaceReading hi_path nc = do
           = printer (text what <> text ": " <>
                      vcat [text "Wanted " <> ppr wanted <> text ",",
                            text "got    " <> ppr got])
+
       errorOnMismatch :: (Eq a, Show a) => String -> a -> a -> IO ()
       errorOnMismatch what wanted got
             -- This will be caught by readIface which will emit an error