fix windows build
authorJoey Hess <joeyh@joeyh.name>
Fri, 13 Aug 2021 20:36:33 +0000 (16:36 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 13 Aug 2021 20:36:33 +0000 (16:36 -0400)
Annex/Verify.hs
doc/bugs/commit_7550ef9a2_doesn__39__t_compile_on_Windows--patch.mdwn

index 9605788d9f650e7367a09c2a3168efa7c2b52fc4..4ac12d33432cf08c1c409c0928d2d2adf27a1a57 100644 (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
index fc3ac54fa7da803ea34cb42570a53173c305ab65..73d73488834e16e5a17ba53d85cf75f5f90e89c3 100644 (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]]