Fix build: Add newline to end of ghc-pkg/Main.hs
authorIan Lynagh <igloo@earth.li>
Sun, 1 Aug 2010 18:32:06 +0000 (18:32 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 1 Aug 2010 18:32:06 +0000 (18:32 +0000)
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