summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2023-08-28 09:04:28 -0400
committerAndrew Cady <d@jerkface.net>2023-11-12 09:31:58 -0500
commiteef9bbd2d8f52443eb9711804ba03fc00af8ee23 (patch)
tree17b49eda4c5f9ab237a2d061f8f1f2905944d098
parent156772084f241f28c97303f6f92c39bcf19e9ab6 (diff)
move *.hs to src/
-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