fix windows build

This commit is contained in:
Joey Hess 2016-03-03 13:08:47 -04:00
parent aa24e4f9a2
commit 6237bffae5
Failed to extract signature

View file

@ -34,7 +34,7 @@ lockShared file = tryMakeLockHandle P.lockPool file
- content, a separate LockFile should be used. -}
lockExclusive :: LockFile -> IO (Maybe LockHandle)
lockExclusive file = tryMakeLockHandle P.lockPool file
(\p -> P.tryTakeLock f LockExclusive)
(\p f -> P.tryTakeLock f LockExclusive)
(\f -> fmap mk <$> F.lockExclusive f)
{- If the initial lock fails, this is a BUSY wait, and does not