From 7af8d45b6e13fdddf7727905795c21fb7216ff9f Mon Sep 17 00:00:00 2001
From: Florian Franzmann <bwlf@bandrate.org>
Date: Sat, 10 Mar 2018 21:30:09 +0100
Subject: [PATCH] fix dependency on async

---
 hinotify.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hinotify.cabal b/hinotify.cabal
index 60eab4d..56f9477 100644
--- a/hinotify.cabal
+++ b/hinotify.cabal
@@ -22,7 +22,7 @@ source-repository head
 library
     default-language: Haskell2010
     build-depends:  base >= 4.5.0.0 && < 5, containers, directory, unix,
-                    async >= 1.0 && < 2.2
+                    async >= 1.0 && < 2.3
 
     exposed-modules:
         System.INotify
-- 
2.16.2

