aboutsummaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2021-02-13 19:24:35 +0300
committerAleksey Veresov <aleksey@veresov.pro>2021-02-13 19:24:35 +0300
commit550acd4ef9387df87699b63e7d606b3b88e20254 (patch)
treeec4b38e4968e263fb1f1e6713c45ade78f22d206 /package.yaml
parentf88cbf20be4007ed7174c292dc1b57cc9495aaa2 (diff)
downloadsuem-550acd4ef9387df87699b63e7d606b3b88e20254.tar
suem-550acd4ef9387df87699b63e7d606b3b88e20254.tar.xz
suem-550acd4ef9387df87699b63e7d606b3b88e20254.zip
Machine model created.
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.yaml b/package.yaml
index 546eed6..23821e0 100644
--- a/package.yaml
+++ b/package.yaml
@@ -10,6 +10,8 @@ ghc-options: -O2 -Wall -static -optl-static -optl-pthread
dependencies:
- base >= 4.7 && < 5
+- bytestring
+- optparse-applicative
library:
source-dirs: src
@@ -19,4 +21,3 @@ executable:
ghc-options: -threaded -rtsopts -with-rtsopts=-N
dependencies:
- suem
- - optparse-applicative