diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-10-03 00:50:04 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-10-03 01:07:49 +0530 |
| commit | c636e2bbe34bff6f75b334cdaa9d4e59b92fa48c (patch) | |
| tree | 5a433290bbe36d982af7cb76f92dc49e1bb0304b /daffm.cabal | |
| parent | 7fc70c52f322d451e8295a12a6fbaf869a2d9a2b (diff) | |
| download | daffm-c636e2bbe34bff6f75b334cdaa9d4e59b92fa48c.tar.gz daffm-c636e2bbe34bff6f75b334cdaa9d4e59b92fa48c.zip | |
Add spawning processes + suspend tui
Diffstat (limited to '')
| -rw-r--r-- | daffm.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daffm.cabal b/daffm.cabal index 5f74735..a9cce5f 100644 --- a/daffm.cabal +++ b/daffm.cabal @@ -30,6 +30,7 @@ common common-config data-default <= 0.8.0.1, directory <= 1.3.9.0, filepath <= 1.5.4.0, + process <= 1.6.26.1, unix-compat <= 0.7.4.1, mtl == 2.3.1, temporary, |
