diff options
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 |