yesod-bin 1.2.12.2 → 1.2.12.3
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Devel.hs +1/−1
- yesod-bin.cabal +1/−1
Devel.hs view
@@ -388,7 +388,7 @@ Map.differenceWith compareTimes newList list `Map.union` Map.differenceWith compareTimes list newList return (haskellFileChanged, newList)- else timeout (1000000*t) (takeMVar filesModified) >>+ else timeout (10000000*t) (takeMVar filesModified) >> watchForChanges filesModified hsSourceDirs extraFiles list t where compareTimes x y
yesod-bin.cabal view
@@ -1,5 +1,5 @@ name: yesod-bin-version: 1.2.12.2+version: 1.2.12.3 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>