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

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

diff --git a/HTTP.cabal b/HTTP.cabal
index e156d97..70924d0 100644
--- a/HTTP.cabal
+++ b/HTTP.cabal
@@ -109,7 +109,7 @@ Library
 
   -- note the test harness constraints should be kept in sync with these
   -- where dependencies are shared
-  Build-depends: base &gt;= 4.3.0.0 &amp;&amp; &lt; 4.12, parsec &gt;= 2.0 &amp;&amp; &lt; 3.2
+  Build-depends: base &gt;= 4.3.0.0, parsec &gt;= 2.0 &amp;&amp; &lt; 3.2
   Build-depends: array &gt;= 0.3.0.2 &amp;&amp; &lt; 0.6, bytestring &gt;= 0.9.1.5 &amp;&amp; &lt; 0.11
   Build-depends: time &gt;= 1.1.2.3 &amp;&amp; &lt; 1.10
 
@@ -151,7 +151,7 @@ Test-Suite test
                      bytestring &gt;= 0.9.1.5 &amp;&amp; &lt; 0.11,
                      deepseq &gt;= 1.3.0.0 &amp;&amp; &lt; 1.5,
                      pureMD5 &gt;= 0.2.4 &amp;&amp; &lt; 2.2,
-                     base &gt;= 4.3.0.0 &amp;&amp; &lt; 4.12,
+                     base &gt;= 4.3.0.0,
                      split &gt;= 0.1.3 &amp;&amp; &lt; 0.3,
                      test-framework &gt;= 0.2.0 &amp;&amp; &lt; 0.9,
                      test-framework-hunit &gt;= 0.3.0 &amp;&amp; &lt;0.4
-- 
2.19.1

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