summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-03-27 21:19:54 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2025-03-27 21:19:54 +0100
commit63e1b79f48e31da10e93169444c3426b631247b2 (patch)
tree39d9faeaa894725744166628bd4ba59e89b01796 /src
parent82b82ce6417b23916466acaa83cac28c9d58dc4c (diff)
Build with fsnotify-0.3
Present in Debian bookworm.
Diffstat (limited to 'src')
-rw-r--r--src/Erebos/Storage.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Erebos/Storage.hs b/src/Erebos/Storage.hs
index 61bb2fa..c1e9664 100644
--- a/src/Erebos/Storage.hs
+++ b/src/Erebos/Storage.hs
@@ -567,7 +567,7 @@ watchHeadRaw st tid hid sel cb = do
True -> return ilist
False -> do
void $ watchDir manager (headTypePath spath tid) (const True) $ \case
- Added { eventPath = fpath } | Just ihid <- HeadID <$> U.fromString (takeFileName fpath) -> do
+ ev@Added {} | Just ihid <- HeadID <$> U.fromString (takeFileName (eventPath ev)) -> do
loadHeadRaw st tid ihid >>= \case
Just ref -> do
(_, _, iwl) <- readMVar mvar