more RawFilePath conversion
authorJoey Hess <joeyh@joeyh.name>
Thu, 29 Oct 2020 14:33:12 +0000 (10:33 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 29 Oct 2020 14:50:29 +0000 (10:50 -0400)
commite505c03bccdc6567cd517a6ddaf70a411489473d
tree89d26695d129f649c4d9beba7d60dc4f6349525b
parent8d66f7ba0fcb9cb7f06b1fea410e635daae2a73f
more RawFilePath conversion

nukeFile replaced with removeWhenExistsWith removeLink, which allows
using RawFilePath. Utility.Directory cannot use RawFilePath since setup
does not depend on posix.

This commit was sponsored by Graham Spencer on Patreon.
51 files changed:
Annex/AutoMerge.hs
Annex/Branch.hs
Annex/Content.hs
Annex/Content/PointerFile.hs
Annex/Fixup.hs
Annex/Ingest.hs
Annex/Init.hs
Annex/Locations.hs
Annex/LockFile.hs
Annex/Ssh.hs
Annex/Tmp.hs
Annex/View.hs
Assistant/Repair.hs
Assistant/Restart.hs
Assistant/Threads/SanityChecker.hs
Assistant/Upgrade.hs
Build/DistributionUpdate.hs
Build/LinuxMkLibs.hs
Build/Standalone.hs
Command/AddUrl.hs
Command/DropUnused.hs
Command/Fsck.hs
Command/FuzzTest.hs
Command/Import.hs
Command/Lock.hs
Command/Multicast.hs
Command/P2P.hs
Command/Repair.hs
Command/Undo.hs
Command/Vicfg.hs
Config.hs
Creds.hs
Git/Repair.hs
Logs/FsckResults.hs
P2P/IO.hs
Remote/BitTorrent.hs
Remote/Directory.hs
Remote/Directory/LegacyChunked.hs
Remote/Helper/Special.hs
Test.hs
Types/LockCache.hs
Upgrade/V5.hs
Upgrade/V5/Direct.hs
Upgrade/V7.hs
Utility/Directory.hs
Utility/LinuxMkLibs.hs
Utility/LockFile/PidLock.hs
Utility/LockFile/Posix.hs
Utility/LockFile/Windows.hs
Utility/LockPool/STM.hs
Utility/RawFilePath.hs