summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2016-09-02 08:28:32 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2016-09-02 09:18:10 -0400
commiteee780b943e502bba8514a122bc403248b82832d (patch)
tree4bdcd2a16bbb44b569ed76dda5a54e3f3206a893
parent8701899b52a86c67c6080839ffdac2b3150f9dc3 (diff)
Bump base lower bound to 4.7
We are dropping support for ghc < 7.8.
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
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,