From a539c7bc4f7f34898e845640c9f3a7c2a4d95de0 Mon Sep 17 00:00:00 2001 From: Johan Tibell Date: Tue, 30 Sep 2014 12:09:08 +0200 Subject: [PATCH] Put an upper bound on base --- ekg.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ekg.cabal b/ekg.cabal index fbeaab5..faa1f53 100644 --- a/ekg.cabal +++ b/ekg.cabal @@ -38,7 +38,7 @@ library build-depends: aeson < 0.9, - base >= 4.5 && < 5, + base >= 4.5 && < 4.8, bytestring < 1.0, ekg-core >= 0.1 && < 0.2, filepath < 1.4,