summaryrefslogtreecommitdiff
path: root/package.yaml
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 /package.yaml
parent156772084f241f28c97303f6f92c39bcf19e9ab6 (diff)
move *.hs to src/
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml1
1 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: