more OsPath conversion

Finally reached Annex code in this conversion.

Sponsored-by: Graham Spencer
This commit is contained in:
Joey Hess 2025-01-25 10:54:51 -04:00
parent 51a6cd1ee6
commit f9d42c37c0
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
9 changed files with 64 additions and 37 deletions

View file

@ -227,7 +227,7 @@ defaultChunkSize = 32 * k - chunkOverhead
-}
watchFileSize
:: (MonadIO m, MonadMask m)
=> RawFilePath
=> OsPath
-> MeterUpdate
-> (MeterUpdate -> m a)
-> m a