<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From 076c27e7cb97fafde9a0ce110b2a7c835d49a490 Mon Sep 17 00:00:00 2001
From: Florian Franzmann &lt;bwlf@bandrate.org&gt;
Date: Fri, 2 Nov 2018 12:14:48 +0100
Subject: [PATCH] fix compatibility with ghc 8.6.1

---
 io-streams-haproxy.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/io-streams-haproxy.cabal b/io-streams-haproxy.cabal
index f95cf45..59776d1 100644
--- a/io-streams-haproxy.cabal
+++ b/io-streams-haproxy.cabal
@@ -35,7 +35,7 @@ library
   other-modules:     System.IO.Streams.Network.Internal.Address
   c-sources:         cbits/byteorder.c
 
-  build-depends:     base              &gt;= 4.5 &amp;&amp; &lt; 4.11,
+  build-depends:     base              &gt;= 4.5,
                      attoparsec        &gt;= 0.7 &amp;&amp; &lt; 0.14,
                      bytestring        &gt;= 0.9 &amp;&amp; &lt; 0.11,
                      io-streams        &gt;= 1.3 &amp;&amp; &lt; 1.6,
-- 
2.19.1

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