summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/ghc-pkg/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ghc-pkg/Main.hs b/utils/ghc-pkg/Main.hs
index bb836f08cb..02d0a0df74 100644
--- a/utils/ghc-pkg/Main.hs
+++ b/utils/ghc-pkg/Main.hs
@@ -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