From: Joey Hess Date: Fri, 13 Aug 2021 20:36:33 +0000 (-0400) Subject: fix windows build X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~87^2~101 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e46a7dff6ffe5e6b1b55be91778804fdd72a6ee8;p=git-annex.git fix windows build --- diff --git a/Annex/Verify.hs b/Annex/Verify.hs index 9605788d9f..4ac12d3343 100644 --- a/Annex/Verify.hs +++ b/Annex/Verify.hs @@ -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 diff --git a/doc/bugs/commit_7550ef9a2_doesn__39__t_compile_on_Windows--patch.mdwn b/doc/bugs/commit_7550ef9a2_doesn__39__t_compile_on_Windows--patch.mdwn index fc3ac54fa7..73d7348883 100644 --- a/doc/bugs/commit_7550ef9a2_doesn__39__t_compile_on_Windows--patch.mdwn +++ b/doc/bugs/commit_7550ef9a2_doesn__39__t_compile_on_Windows--patch.mdwn @@ -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]]