aboutsummaryrefslogtreecommitdiff
path: root/ppl.cabal
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2025-03-05 13:25:10 +1100
committerJustin Bedo <cu@cua0.org>2025-03-05 14:49:58 +1100
commit51c32c174a168db6f97a7f93dcc58bcb7c351a65 (patch)
tree300cf52fbf2e6abfa6856b0788b06d8dedc1c8ca /ppl.cabal
parentc7524e19c481a50a9095b1d567e3d23316915f82 (diff)
use vector-hashtable
Diffstat (limited to 'ppl.cabal')
-rw-r--r--ppl.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/ppl.cabal b/ppl.cabal
index 6474f11..ccaf4f0 100644
--- a/ppl.cabal
+++ b/ppl.cabal
@@ -31,5 +31,6 @@ library
, streaming
, template-haskell
, transformers
- , unordered-containers
+ , vector
+ , vector-hashtables
default-language: Haskell2010