Fix build: Add newline to end of ghc-pkg/Main.hs
[ghc-hetmet.git] / utils / ghc-pkg / Main.hs
index bb836f0..02d0a0d 100644 (file)
@@ -1698,4 +1698,4 @@ readUTF8File file = do
 removeFileSafe :: FilePath -> IO ()
 removeFileSafe fn =
   removeFile fn `catch` \ e ->
-    when (not $ isDoesNotExistError e) $ ioError e
\ No newline at end of file
+    when (not $ isDoesNotExistError e) $ ioError e