Files
ghc-mod/Language/Haskell/GhcMod
satoshi-murakumo 0eadfa91fd Fix windows tempfile handling
On Windows, `ghc-mod lint` fails with following message.

    ghc-mod: DeleteFile "<Ommit>\\Temp\\ghc-mod-hlint8464": permission denied <Ommit>

Perhaps, On Windows, GHC opens file exclusively.
So, we move `removeFile` to `finally`.
2014-04-16 22:41:53 +09:00
..
2014-03-27 15:21:18 +09:00
2014-04-16 11:52:49 +09:00
2014-04-16 11:52:49 +09:00
2013-07-01 13:21:49 +09:00
2014-04-11 12:56:06 +09:00
2014-03-27 15:45:51 +09:00
2014-04-16 11:52:49 +09:00
2014-04-11 14:59:31 +09:00
2013-05-20 14:28:56 +09:00
2014-04-16 22:41:53 +09:00
2014-03-27 16:02:16 +09:00
2014-04-16 11:59:00 +09:00