Merge branch 'master' into ospath

This commit is contained in:
Joey Hess 2025-01-30 15:06:05 -04:00
commit 96c953a4b7
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
13 changed files with 117 additions and 14 deletions

View file

@ -78,7 +78,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