summaryrefslogtreecommitdiff
path: root/package.yaml
blob: 441c46e2ddec121cac273bb498d863e0e42630c2 (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:                rep-goal-calc
version:             0.1.0.0

dependencies:
- base
- rebase
- lens
- vty
- time
- mtl
- data-default
- containers
- brick
- format-numbers
- text
- generic-data
- pretty-simple

executables:
  repgoal:
    main:                repgoal.hs
    ghc-options:
    - -threaded
    - -rtsopts
    - -with-rtsopts=-N