projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea675c4
)
fix OSX build
author
Joey Hess
<joeyh@joeyh.name>
Wed, 18 Aug 2021 20:35:26 +0000
(16:35 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Wed, 18 Aug 2021 20:35:26 +0000
(16:35 -0400)
Annex/Verify.hs
patch
|
blob
|
history
diff --git
a/Annex/Verify.hs
b/Annex/Verify.hs
index 1316a25f8fce2c1e38a178bdb477aee55f0e4bc0..56d310a24872dcfa9ca4c673272828e65dd291dc 100644
(file)
--- a/
Annex/Verify.hs
+++ b/
Annex/Verify.hs
@@
-34,9
+34,9
@@
import Types.WorkerPool
import Types.Key
import Control.Concurrent.STM
+import qualified Data.ByteString as S
#if WITH_INOTIFY
import qualified System.INotify as INotify
-import qualified Data.ByteString as S
import qualified System.FilePath.ByteString as P
#endif