aboutsummaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2021-02-16 13:11:37 +0300
committerAleksey Veresov <aleksey@veresov.pro>2021-02-16 13:11:37 +0300
commit7f59fd16534fc4fe417640130c415107008a638c (patch)
treeb1dd2f6954f6590c3cd546c5548b26ab3ec1f105 /package.yaml
parent97bbb430e4f1460858b2f1baaffc2ef804c63086 (diff)
downloadsuem-7f59fd16534fc4fe417640130c415107008a638c.tar
suem-7f59fd16534fc4fe417640130c415107008a638c.tar.xz
suem-7f59fd16534fc4fe417640130c415107008a638c.zip
Now Machine is in Emulator which is a monad. =)
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml4
1 files changed, 2 insertions, 2 deletions
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