From 11ac3789208454ac90ab2d336cf484f660c50f39 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 May 2014 11:51:03 +0300 Subject: [PATCH] fsnotify 0.1 --- yesod-bin/Devel.hs | 2 +- yesod-bin/yesod-bin.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/yesod-bin/Devel.hs b/yesod-bin/Devel.hs index c7c59ae7..d10e3cf4 100644 --- a/yesod-bin/Devel.hs +++ b/yesod-bin/Devel.hs @@ -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 diff --git a/yesod-bin/yesod-bin.cabal b/yesod-bin/yesod-bin.cabal index 71603494..9bbe05dc 100644 --- a/yesod-bin/yesod-bin.cabal +++ b/yesod-bin/yesod-bin.cabal @@ -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