summaryrefslogtreecommitdiff
path: root/package.yaml
blob: 70a66fdc53c7e5a6ec5f010dd922a34d6c5fc995 (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
27
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
- nonempty-containers

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