From 1f140f4f90778bda070d990643461e4a0d476ad7 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 19 Aug 2018 00:51:11 +0100 Subject: Allowing hinotify 0.4.* Closes #356 --- xmobar.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmobar.cabal b/xmobar.cabal index 49e8f76..9f614ec 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -203,7 +203,7 @@ executable xmobar cpp-options: -DUTF8 if flag(with_inotify) || flag(all_extensions) - build-depends: hinotify == 0.3.* + build-depends: hinotify >= 0.3 && < 0.5 other-modules: Plugins.Mail, Plugins.MBox cpp-options: -DINOTIFY -- cgit v1.2.3