fsnotify 0.1
This commit is contained in:
parent
cb95446469
commit
11ac378920
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user