summaryrefslogtreecommitdiff
path: root/package.yaml
blob: 07911944e88d846b61e9545fcaec6c1b8560780b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name:                cosmic-countdown
version:             0.1.0.0

dependencies:
- base
- rebase
- lens
- vty
- time
- mtl
- data-default
- containers
- brick
- format-numbers
- text
- neat-interpolation

executables:
  countdown:
    main:                countdown.hs
    other-modules:       CosmicCalendar, CosmicCalendarEvents
    ghc-options:
    - -threaded
    - -rtsopts
    - -with-rtsopts=-N