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
|
void $ forkIO $ do
|
||||||
filesModified <- newEmptyMVar
|
filesModified <- newEmptyMVar
|
||||||
void $ forkIO $
|
void $ forkIO $
|
||||||
watchTree manager "." (const True) (\_ -> void (tryPutMVar filesModified ()))
|
void $ watchTree manager "." (const True) (\_ -> void (tryPutMVar filesModified ()))
|
||||||
evalStateT (mainOuterLoop iappPort filesModified) Map.empty
|
evalStateT (mainOuterLoop iappPort filesModified) Map.empty
|
||||||
after
|
after
|
||||||
writeLock opts
|
writeLock opts
|
||||||
|
|||||||
@ -75,7 +75,7 @@ executable yesod
|
|||||||
, unordered-containers
|
, unordered-containers
|
||||||
, yaml >= 0.8 && < 0.9
|
, yaml >= 0.8 && < 0.9
|
||||||
, optparse-applicative >= 0.5
|
, optparse-applicative >= 0.5
|
||||||
, fsnotify >= 0.0 && < 0.1
|
, fsnotify >= 0.0 && < 0.2
|
||||||
, split >= 0.2 && < 0.3
|
, split >= 0.2 && < 0.3
|
||||||
, file-embed
|
, file-embed
|
||||||
, conduit >= 0.5 && < 1.2
|
, conduit >= 0.5 && < 1.2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user