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
..
Browse.hs Displaying a qualified name if two unqualified names are conflict (#130). 2014-04-03 09:49:23 +09:00
CabalApi.hs Only add available package to ghc options 2014-04-15 05:18:42 +02:00
Check.hs close import. 2014-03-27 15:21:18 +09:00
Cradle.hs hlint hack. 2014-04-16 11:52:49 +09:00
Debug.hs hlint hack. 2014-04-16 11:52:49 +09:00
Doc.hs Displaying a qualified name if two unqualified names are conflict (#130). 2014-04-03 09:49:23 +09:00
ErrMsg.hs Displaying a qualified name if two unqualified names are conflict (#130). 2014-04-03 09:49:23 +09:00
Flag.hs removing unnecessary CPP. 2013-07-01 13:21:49 +09:00
GHCApi.hs Refactor the way packages databases are handled 2014-04-15 05:15:50 +02:00
GHCChoice.hs close import. 2014-03-27 15:45:51 +09:00
Gap.hs removing depanal. 2014-04-11 12:56:06 +09:00
GhcPkg.hs hlint hack. 2014-04-16 11:52:49 +09:00
Info.hs refactoring. 2014-04-11 14:59:31 +09:00
Internal.hs Refactor the way packages databases are handled 2014-04-15 05:15:50 +02:00
Lang.hs writing docs. 2013-05-20 14:28:56 +09:00
Lint.hs Fix windows tempfile handling 2014-04-16 22:41:53 +09:00
List.hs close import. 2014-03-27 16:02:16 +09:00
PkgDoc.hs Refactor the way packages databases are handled 2014-04-15 05:15:50 +02:00
Types.hs style. 2014-04-16 11:59:00 +09:00