diff options
author | Justin Bedo <cu@cua0.org> | 2025-03-05 11:07:12 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2025-03-05 11:07:15 +1100 |
commit | 3e98e71b49c3e7dbba3af43d18dea106726fef41 (patch) | |
tree | 794517785bedc340bdb88591845786aef70f4d79 /package.yaml | |
parent | a4cbf2ff3f1839dc302f5956b9b27c6bb28b3f30 (diff) |
switch to hashmap
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml index 4e4d3bc..46fc800 100644 --- a/package.yaml +++ b/package.yaml @@ -14,6 +14,7 @@ dependencies: - streaming - ghc-heap - deepseq + - unordered-containers library: source-dirs: src |