ghc-mod/Language/Haskell
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
..
GhcMod Fix windows tempfile handling 2014-04-16 22:41:53 +09:00
GhcMod.hs packageDoc for sandbox. 2014-03-27 16:22:49 +09:00