summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.yaml b/package.yaml
index b0752ee..a923f2d 100644
--- a/package.yaml
+++ b/package.yaml
@@ -3,7 +3,9 @@ name: dedumi
dependencies:
- base
- zlib
- - microlens-platform
+ - cuckoo
+ - microlens-th
+ - microlens
- bytestring
- streamly-bytestring
- streamly
@@ -13,3 +15,4 @@ dependencies:
executables:
dedumi:
main: dedumi.hs
+ ghc-options: [-O2, -fspec-constr-recursive=10, -fmax-worker-args=16]