summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml
new file mode 100644
index 0000000..8fe8bbc
--- /dev/null
+++ b/package.yaml
@@ -0,0 +1,24 @@
1name: rep-goal-calc
2version: 0.1.0.0
3
4dependencies:
5- base
6- rebase
7- lens
8- vty
9- time
10- mtl
11- data-default
12- containers
13- brick
14- format-numbers
15- text
16
17executables:
18 repgoal:
19 main: repgoal.hs
20 ghc-options:
21 - -threaded
22 - -rtsopts
23 - -with-rtsopts=-N
24