summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2022-09-16 15:51:25 -0400
committerAndrew Cady <d@cryptonomic.net>2022-09-16 15:51:51 -0400
commit220af07dc4544705919eab6e6bf46aeaf8453db1 (patch)
treef7104cfa0bc07ef7ff7be6bfac10bfcbcd77cd49 /package.yaml
parent80ddcbf5c59b9fd7537f5dbd48c506e422a9ac97 (diff)
begin implementation of calendar
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml
index d081cde..6b9e489 100644
--- a/package.yaml
+++ b/package.yaml
@@ -13,10 +13,12 @@ dependencies:
13- brick 13- brick
14- format-numbers 14- format-numbers
15- text 15- text
16- neat-interpolation
16 17
17executables: 18executables:
18 countdown: 19 countdown:
19 main: countdown.hs 20 main: countdown.hs
21 other-modules: CosmicCalendar
20 ghc-options: 22 ghc-options:
21 - -threaded 23 - -threaded
22 - -rtsopts 24 - -rtsopts