From eee780b943e502bba8514a122bc403248b82832d Mon Sep 17 00:00:00 2001 From: Jesse Rosenthal Date: Fri, 2 Sep 2016 08:28:32 -0400 Subject: [PATCH] Bump base lower bound to 4.7 We are dropping support for ghc < 7.8. --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc.cabal b/pandoc.cabal index 3d887572a..d54ae3116 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -249,7 +249,7 @@ Flag old-locale Default: False Library - Build-Depends: base >= 4.6 && <5, + Build-Depends: base >= 4.7 && <5, syb >= 0.1 && < 0.7, containers >= 0.1 && < 0.6, unordered-containers >= 0.2 && < 0.3,