summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2022-09-21 23:52:26 -0400
committerAndrew Cady <d@cryptonomic.net>2022-09-21 23:52:26 -0400
commita792d95b66a38da5778bcc3ad0ce6fd825adbb2c (patch)
tree4ed05bd1e1a74505ec5bcff212bf997345fdfea9 /package.yaml
parent4b55341ea57977b93c716949c957a4cb3210e287 (diff)
move calendar events to separate file
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.yaml b/package.yaml
index 6b9e489..0791194 100644
--- a/package.yaml
+++ b/package.yaml
@@ -18,7 +18,7 @@ dependencies:
18executables: 18executables:
19 countdown: 19 countdown:
20 main: countdown.hs 20 main: countdown.hs
21 other-modules: CosmicCalendar 21 other-modules: CosmicCalendar, CosmicCalendarEvents
22 ghc-options: 22 ghc-options:
23 - -threaded 23 - -threaded
24 - -rtsopts 24 - -rtsopts