summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2024-10-18 09:51:40 +1100
committerJustin Bedo <cu@cua0.org>2024-10-18 09:59:55 +1100
commita420bf024f1dd102f9493ce029c8523e6289f548 (patch)
tree105c2ff24cc02fa9b51da97f6ed16c3e138299e9 /package.yaml
parent59d4ba0db0914a65350f40b9906b329c80a5d1f0 (diff)
implement Boyer-Moore bad match skipping
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml
index 01842b5..e040603 100644
--- a/package.yaml
+++ b/package.yaml
@@ -18,6 +18,7 @@ dependencies:
- transformers
- strip-ansi-escape
- fusion-plugin
+ - containers
ghc-options: [-O2, -fdicts-strict, -fspec-constr-recursive=16, -fmax-worker-args=16, -fplugin=Fusion.Plugin, -Wall, -Wno-name-shadowing, -threaded, -with-rtsopts=--nonmoving-gc]