fix build failure in windows code

This commit is contained in:
Joey Hess 2013-12-30 13:18:40 -04:00
parent ea2f255bcc
commit 52a46585b9

View file

@ -69,7 +69,7 @@ withTmpDirIn tmpdir template = bracket create remove
-- after a process has just written to it and exited. -- after a process has just written to it and exited.
-- Because it's crap, presumably. So, ignore failure -- Because it's crap, presumably. So, ignore failure
-- to delete the temp directory. -- to delete the temp directory.
catchIO $ removeDirectoryRecursive d void $ catchIO $ removeDirectoryRecursive d
#else #else
removeDirectoryRecursive d removeDirectoryRecursive d
#endif #endif