From 7f59fd16534fc4fe417640130c415107008a638c Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Tue, 16 Feb 2021 13:11:37 +0300 Subject: Now Machine is in Emulator which is a monad. =) --- package.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.yaml') diff --git a/package.yaml b/package.yaml index 73957e0..c14e121 100644 --- a/package.yaml +++ b/package.yaml @@ -6,14 +6,14 @@ license: OtherLicense extra-source-files: - README -ghc-options: -O2 -Wall -static -optl-static -optl-pthread +ghc-options: -O2 -static -optl-static -optl-pthread dependencies: - base >= 4.7 && < 5 - vector - bytestring - optparse-applicative -- lens +- mtl library: source-dirs: src -- cgit v1.2.3