<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From 0d0f0c22a6ce79ac25a30b22a96c67d47414e6a4 Mon Sep 17 00:00:00 2001
From: Florian Franzmann &lt;bwlf@bandrate.org&gt;
Date: Thu, 1 Nov 2018 17:33:19 +0100
Subject: [PATCH] relax versions of dependencies

---
 async.cabal | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/async.cabal b/async.cabal
index 7f700c5..819fbf8 100644
--- a/async.cabal
+++ b/async.cabal
@@ -50,14 +50,14 @@ library
     if impl(ghc&gt;=7.1)
         other-extensions: Trustworthy
     exposed-modules:     Control.Concurrent.Async
-    build-depends:       base &gt;= 4.3 &amp;&amp; &lt; 4.12, hashable &gt;= 1.1.1.0 &amp;&amp; &lt; 1.3, stm &gt;= 2.2 &amp;&amp; &lt; 2.5
+    build-depends:       base &gt;= 4.3, hashable &gt;= 1.1.1.0 &amp;&amp; &lt; 1.3, stm &gt;= 2.2
 
 test-suite test-async
     default-language: Haskell2010
     type:       exitcode-stdio-1.0
     hs-source-dirs: test
     main-is:    test-async.hs
-    build-depends: base &gt;= 4.3 &amp;&amp; &lt; 4.12,
+    build-depends: base &gt;= 4.3,
                    async,
                    stm,
                    test-framework,
-- 
2.19.1

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