From 550acd4ef9387df87699b63e7d606b3b88e20254 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Sat, 13 Feb 2021 19:24:35 +0300 Subject: Machine model created. --- package.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.yaml') 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 -- cgit v1.2.3