fix windows build
This commit is contained in:
parent
037bf68269
commit
e46a7dff6f
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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]]
|
||||
|
|
Loading…
Reference in a new issue