diff options
author | Justin Bedo <cu@cua0.org> | 2025-03-04 17:30:41 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2025-03-07 21:05:38 +1100 |
commit | be4be249004af1e7039a29d0228b506139983ea2 (patch) | |
tree | 92f9a768c82ab38841098188cdccbaa8df28a036 /package.yaml | |
parent | d621243bffa14214c722a9be181f4a98d41380bb (diff) |
Allows significant speed increase, memory reduction, and simpler
single site mode.
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.yaml b/package.yaml index 4e4d3bc..9efd300 100644 --- a/package.yaml +++ b/package.yaml @@ -12,8 +12,8 @@ dependencies: - template-haskell - containers - streaming - - ghc-heap - - deepseq + - vector + - vector-hashtables library: source-dirs: src |