avoid build warnings on windows

This commit is contained in:
Joey Hess 2025-01-30 14:49:38 -04:00
parent 64e96f12ad
commit 3a08881214
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 10 additions and 4 deletions

View file

@ -79,7 +79,7 @@ moveFile src dest = tryIO (R.rename src dest) >>= onrename
case r of
(Left _) -> return False
(Right s) -> return $ isDirectory s
#endif
copyright :: Copyright
copyright = author JoeyHess (2022-11)
#endif