diff options
author | Ian Lynagh <igloo@earth.li> | 2010-08-01 18:32:06 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-08-01 18:32:06 +0000 |
commit | e142d5fc0c18903f2aa4b7f99fe2c8cc6d752740 (patch) | |
tree | ca7d455582ab7b0261e105eb70e6f44b309f9389 /utils | |
parent | daf5b615e497ab2fc9457c86f2c5c4cb00a14213 (diff) | |
download | haskell-e142d5fc0c18903f2aa4b7f99fe2c8cc6d752740.tar.gz |
Fix build: Add newline to end of ghc-pkg/Main.hs
Diffstat (limited to 'utils')
-rw-r--r-- | utils/ghc-pkg/Main.hs | 2 |
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 |