Fix Haddocks

jsonDiff
Michael Snoyman 2015-10-15 18:42:04 +00:00
parent 1e5614ca59
commit 90cc9ea5c1
1 changed files with 1 additions and 2 deletions

View File

@ -131,8 +131,7 @@ makeFoundation useEcho conf = do
handleAny print $ grRefresh websiteContent'
latestStackMatcher' <- mkAutoUpdate defaultUpdateSettings
{ updateFreq = 1000 * 1000 * 60 * 30
-- ^ update every thirty minutes
{ updateFreq = 1000 * 1000 * 60 * 30 -- update every thirty minutes
, updateAction = getLatestMatcher manager
}