aboutsummaryrefslogtreecommitdiff
path: root/ppl.cabal
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2025-03-05 11:07:12 +1100
committerJustin Bedo <cu@cua0.org>2025-03-05 11:07:15 +1100
commit3e98e71b49c3e7dbba3af43d18dea106726fef41 (patch)
tree794517785bedc340bdb88591845786aef70f4d79 /ppl.cabal
parenta4cbf2ff3f1839dc302f5956b9b27c6bb28b3f30 (diff)
switch to hashmap
Diffstat (limited to 'ppl.cabal')
-rw-r--r--ppl.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/ppl.cabal b/ppl.cabal
index b2d83f5..6474f11 100644
--- a/ppl.cabal
+++ b/ppl.cabal
@@ -31,4 +31,5 @@ library
, streaming
, template-haskell
, transformers
+ , unordered-containers
default-language: Haskell2010