summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2022-10-03 23:33:19 -0400
committerAndrew Cady <d@jerkface.net>2022-10-03 23:33:52 -0400
commit5857d01a6badd38f9a216d090b047474b19569c3 (patch)
tree30de41b1c6b40669c82746f3c12daac54e62fdf9 /package.yaml
initial commit
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