diff options
author | Justin Bedo <cu@cua0.org> | 2025-03-05 13:25:10 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2025-03-05 14:49:58 +1100 |
commit | 51c32c174a168db6f97a7f93dcc58bcb7c351a65 (patch) | |
tree | 300cf52fbf2e6abfa6856b0788b06d8dedc1c8ca /package.yaml | |
parent | c7524e19c481a50a9095b1d567e3d23316915f82 (diff) |
use vector-hashtable
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.yaml b/package.yaml index 46fc800..24f14da 100644 --- a/package.yaml +++ b/package.yaml @@ -14,7 +14,8 @@ dependencies: - streaming - ghc-heap - deepseq - - unordered-containers + - vector + - vector-hashtables library: source-dirs: src |