diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-01-18 15:48:10 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-01-18 19:19:48 +0100 |
commit | 1ecc43458cd5c4f41fb23948c48e429e376704a5 (patch) | |
tree | 8b9d54da2f9dcfaccb3024749e4254fae80097cc /minici.cabal | |
parent | cbf936f3479172260261ba07a4ff0ca30ae1fe98 (diff) |
Cancel jobs on user interrupt
Changelog: Properly cancel and clean up jobs on user interrupt
Diffstat (limited to 'minici.cabal')
-rw-r--r-- | minici.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/minici.cabal b/minici.cabal index 6b298f6..49a8337 100644 --- a/minici.cabal +++ b/minici.cabal @@ -97,6 +97,7 @@ executable minici template-haskell ^>= { 2.17, 2.18, 2.19, 2.20, 2.21, 2.22 }, text ^>= { 1.2, 2.0, 2.1 }, th-compat ^>= { 0.1 }, + unix ^>= { 2.7.3, 2.8.6 }, hs-source-dirs: src default-language: Haskell2010 |