summaryrefslogtreecommitdiff
path: root/CosmicCalendarEvents.hs
diff options
context:
space:
mode:
Diffstat (limited to 'CosmicCalendarEvents.hs')
-rw-r--r--CosmicCalendarEvents.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/CosmicCalendarEvents.hs b/CosmicCalendarEvents.hs
index 0973539..224fbe8 100644
--- a/CosmicCalendarEvents.hs
+++ b/CosmicCalendarEvents.hs
@@ -7,12 +7,11 @@ module CosmicCalendarEvents where
7 7
8import Rebase.Prelude 8import Rebase.Prelude
9import NeatInterpolation 9import NeatInterpolation
10import qualified Rebase.Data.Map.Strict as Map
11 10
12import CosmicCalendar 11import CosmicCalendar
13 12
14theCalendar :: Map NominalDiffTime CalendarEntry 13theCalendar :: Map NominalDiffTime CalendarEntry
15theCalendar = Map.fromList $ map (\x -> (calBeginTime x, x)) $ map unwrap 14theCalendar = buildCalendar $
16 [ 15 [
17 CalendarEntry 0 Nothing "The Big Bang" "The universe begins" "" "", 16 CalendarEntry 0 Nothing "The Big Bang" "The universe begins" "" "",
18 CalendarEntry (370 & thousandYears & afterBigBang) 17 CalendarEntry (370 & thousandYears & afterBigBang)