avoid build warnings on windows
This commit is contained in:
parent
64e96f12ad
commit
3a08881214
3 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue