aboutsummaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
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