fix OSX build
authorJoey Hess <joeyh@joeyh.name>
Wed, 18 Aug 2021 20:35:26 +0000 (16:35 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 18 Aug 2021 20:35:26 +0000 (16:35 -0400)
Annex/Verify.hs

index 1316a25f8fce2c1e38a178bdb477aee55f0e4bc0..56d310a24872dcfa9ca4c673272828e65dd291dc 100644 (file)
@@ -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