fsnotify 0.1

This commit is contained in:
Michael Snoyman 2014-05-15 11:51:03 +03:00
parent cb95446469
commit 11ac378920
2 changed files with 2 additions and 2 deletions

View File

@ -216,7 +216,7 @@ devel opts passThroughArgs = withSocketsDo $ withManager $ \manager -> do
void $ forkIO $ do
filesModified <- newEmptyMVar
void $ forkIO $
watchTree manager "." (const True) (\_ -> void (tryPutMVar filesModified ()))
void $ watchTree manager "." (const True) (\_ -> void (tryPutMVar filesModified ()))
evalStateT (mainOuterLoop iappPort filesModified) Map.empty
after
writeLock opts

View File

@ -75,7 +75,7 @@ executable yesod
, unordered-containers
, yaml >= 0.8 && < 0.9
, optparse-applicative >= 0.5
, fsnotify >= 0.0 && < 0.1
, fsnotify >= 0.0 && < 0.2
, split >= 0.2 && < 0.3
, file-embed
, conduit >= 0.5 && < 1.2