fix windows build

This commit is contained in:
Joey Hess 2021-08-13 16:36:33 -04:00
parent 037bf68269
commit e46a7dff6f
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 3 additions and 1 deletions

View file

@ -32,9 +32,9 @@ import Annex.WorkerPool
import Types.WorkerPool
import Types.Key
import Control.Concurrent.STM
#if WITH_INOTIFY
import qualified System.INotify as INotify
import Control.Concurrent.STM
import qualified Data.ByteString as S
import qualified System.FilePath.ByteString as P
import Data.Time.Clock.POSIX

View file

@ -80,3 +80,5 @@ This then compiled cleanly and completed the test suite ok.
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
Git Annex is great. It works with multi-gigabyte backup files (largest around 180GB) via the BLAKE2B160E backend just dandy :)
> [[fixed|done]] --[[Joey]]