From: Ian Lynagh Date: Sun, 1 Aug 2010 18:32:06 +0000 (+0000) Subject: Fix build: Add newline to end of ghc-pkg/Main.hs X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=e142d5fc0c18903f2aa4b7f99fe2c8cc6d752740 Fix build: Add newline to end of ghc-pkg/Main.hs --- diff --git a/utils/ghc-pkg/Main.hs b/utils/ghc-pkg/Main.hs index bb836f0..02d0a0d 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