summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.yaml1
-rw-r--r--src/CosmicCalendar.hs (renamed from CosmicCalendar.hs)0
-rw-r--r--src/CosmicCalendarEvents.hs (renamed from CosmicCalendarEvents.hs)0
-rwxr-xr-xsrc/countdown.hs (renamed from countdown.hs)0
4 files changed, 1 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml
index 0791194..975e9f2 100644
--- a/package.yaml
+++ b/package.yaml
@@ -17,6 +17,7 @@ dependencies:
17 17
18executables: 18executables:
19 countdown: 19 countdown:
20 source-dirs: src
20 main: countdown.hs 21 main: countdown.hs
21 other-modules: CosmicCalendar, CosmicCalendarEvents 22 other-modules: CosmicCalendar, CosmicCalendarEvents
22 ghc-options: 23 ghc-options:
diff --git a/CosmicCalendar.hs b/src/CosmicCalendar.hs
index db29c02..db29c02 100644
--- a/CosmicCalendar.hs
+++ b/src/CosmicCalendar.hs
diff --git a/CosmicCalendarEvents.hs b/src/CosmicCalendarEvents.hs
index 90b5848..90b5848 100644
--- a/CosmicCalendarEvents.hs
+++ b/src/CosmicCalendarEvents.hs
diff --git a/countdown.hs b/src/countdown.hs
index 1910bec..1910bec 100755
--- a/countdown.hs
+++ b/src/countdown.hs