diff options
Diffstat (limited to 'hack.cabal')
| -rw-r--r-- | hack.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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, |
