<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From bec4444656aad107c5df8f9805205668d06599f1 Mon Sep 17 00:00:00 2001
From: Florian Franzmann &lt;bwlf@bandrate.org&gt;
Date: Sat, 23 Sep 2017 12:17:53 +0200
Subject: [PATCH] fix dependency on base

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

diff --git a/cryptohash-md5.cabal b/cryptohash-md5.cabal
index 9e8eed6..7be933b 100644
--- a/cryptohash-md5.cabal
+++ b/cryptohash-md5.cabal
@@ -41,7 +41,7 @@ source-repository head
 
 library
   default-language:  Haskell2010
-  build-depends:     base             &gt;= 4.5   &amp;&amp; &lt; 4.10
+  build-depends:     base             &gt;= 4.5
                    , bytestring       &gt;= 0.9.2 &amp;&amp; &lt; 0.11
 
   hs-source-dirs:    src
-- 
2.14.1

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