summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2016-09-01 09:07:07 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2016-09-02 09:18:09 -0400
commit99d5d1c5c73193952b41e168159cae77f73260e7 (patch)
tree43edb25d87c44d30effa572509948841de930fef
parentc613dbde01e8145ae10e0d85a8038cc336ea9ad0 (diff)
Bump base lower bound to 4.6 (ghc 7.6)
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 65936f528..3d887572a 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -249,7 +249,7 @@ Flag old-locale
Default: False
Library
- Build-Depends: base >= 4.2 && <5,
+ Build-Depends: base >= 4.6 && <5,
syb >= 0.1 && < 0.7,
containers >= 0.1 && < 0.6,
unordered-containers >= 0.2 && < 0.3,