<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From 7af8d45b6e13fdddf7727905795c21fb7216ff9f Mon Sep 17 00:00:00 2001
From: Florian Franzmann &lt;bwlf@bandrate.org&gt;
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 &gt;= 4.5.0.0 &amp;&amp; &lt; 5, containers, directory, unix,
-                    async &gt;= 1.0 &amp;&amp; &lt; 2.2
+                    async &gt;= 1.0 &amp;&amp; &lt; 2.3
 
     exposed-modules:
         System.INotify
-- 
2.16.2

</pre></body></html>