summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2022-10-02 00:38:11 -0400
committerAndrew Cady <d@cryptonomic.net>2022-10-02 00:38:11 -0400
commite42103e602cdc1b9d9dff4adc9df6d673bb81d43 (patch)
treeaa683a6c713c3cc686ad44842337963b4602d82c
parent5162ba45131b59745c663aca84c750498f2c7c0b (diff)
add event to calendar "Christ born" (Sagan original, missed by oversight)
-rw-r--r--CosmicCalendarEvents.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/CosmicCalendarEvents.hs b/CosmicCalendarEvents.hs
index f2ff99d..d3461de 100644
--- a/CosmicCalendarEvents.hs
+++ b/CosmicCalendarEvents.hs
@@ -311,6 +311,12 @@ theCalendar = Map.fromList $ map (\x -> (calBeginTime x, x)) $ map unwrap
311 "" 311 ""
312 "", 312 "",
313 313
314 CalendarEntry (6 & yearsBeforeCommonEra) Nothing
315 "Christ born"
316 ""
317 ""
318 "",
319
314 CalendarEntry (480 & yearsBeforeCommonEra) Nothing 320 CalendarEntry (480 & yearsBeforeCommonEra) Nothing
315 "Old Testament, Buddha" 321 "Old Testament, Buddha"
316 "" 322 ""