From 90cc9ea5c13b9f9d8d87511d4d23489ba8e16a20 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Oct 2015 18:42:04 +0000 Subject: [PATCH] Fix Haddocks --- Application.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Application.hs b/Application.hs index 102f53e..a91eaf6 100644 --- a/Application.hs +++ b/Application.hs @@ -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 }