From c6e01cc2d40ec8962f75ed1157413b729a17511b Mon Sep 17 00:00:00 2001
From: Florian Franzmann <bwlf@bandrate.org>
Date: Fri, 2 Nov 2018 12:23:38 +0100
Subject: [PATCH] fix compatibility with ghc 8.6.1

---
 ekg-json.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ekg-json.cabal b/ekg-json.cabal
index d03ff9b..6911424 100644
--- a/ekg-json.cabal
+++ b/ekg-json.cabal
@@ -21,7 +21,7 @@ library
     System.Metrics.Json
   build-depends:
     aeson >=0.4 && < 1.3,
-    base >= 4.5 && < 4.11,
+    base >= 4.5,
     ekg-core >= 0.1 && < 0.2,
     text < 1.3,
     unordered-containers < 0.3
-- 
2.19.1

