diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-01-18 21:27:06 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-01-19 18:23:43 +0100 |
commit | 2e69f4239223b41ada346c340f058ca91342781e (patch) | |
tree | eb924bb9aae1805b1df71dc1d776ffd1aed4a06c /minici.cabal | |
parent | 1ecc43458cd5c4f41fb23948c48e429e376704a5 (diff) |
Watch branches and tags in git repositories
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 49a8337..3b6e446 100644 --- a/minici.cabal +++ b/minici.cabal @@ -89,6 +89,7 @@ executable minici directory ^>= { 1.3 }, exceptions ^>= { 0.10 }, filepath ^>= { 1.4, 1.5 }, + hinotify ^>= { 0.4 }, HsYAML ^>= { 0.2 }, mtl ^>= { 2.2, 2.3 }, parser-combinators ^>= { 1.3 }, |