summaryrefslogtreecommitdiff
path: root/src/Pages.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Pages.hs')
-rw-r--r--src/Pages.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Pages.hs b/src/Pages.hs
index 7b114a6..1a076ec 100644
--- a/src/Pages.hs
+++ b/src/Pages.hs
@@ -69,6 +69,8 @@ data CalendarDayData = CalendarDayData
{ network :: Text
, channel :: Text
, alias :: Text
+ , efAll :: Bool
+ , efCompr :: Bool
, date :: Text
, events :: [EventData Text ()]
}