Merge branch 'master' into ospath
This commit is contained in:
commit
96c953a4b7
13 changed files with 117 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue