summaryrefslogtreecommitdiffstats
path: root/hack.cabal
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2026-03-09 15:06:14 +0100
committertv <tv@krebsco.de>2026-03-09 15:06:14 +0100
commit9148d3058d833de2d4445a01a02f5ff845722662 (patch)
tree021b40d470ad97ef4b44529ae9f89c98580901a3 /hack.cabal
parent56793213170bdb3fb7f8795cd198148332870af1 (diff)
blessings: 2 -> 3
Diffstat (limited to 'hack.cabal')
-rw-r--r--hack.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/hack.cabal b/hack.cabal
index e114398..a39bceb 100644
--- a/hack.cabal
+++ b/hack.cabal
@@ -22,11 +22,12 @@ Executable hack
default-language: GHC2024
Build-depends:
- blessings,
+ blessings >= 3 && <4,
containers,
data-default,
hack,
lens,
+ mono-traversable,
mtl,
old-locale,
process,