summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2014-12-06 20:12:30 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2014-12-06 20:12:30 +0000
commitad242131b9c9da653f3304f8bd5a791e6dca4ad8 (patch)
treeee9cdbe7b6d95deb2e39e4196d8099cbef9f173a
parent704cfc1e3c2b6bc97cc315c92671dc47e9c76977 (diff)
parentdffdb87bec9bfc68b7e7973543c60fdab4bba785 (diff)
Merge pull request #1787 from Twinside/master
Update pandoc.cabal, Bumping JuicyPixels upper bound
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 160d8c7ad..20e06121b 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -249,7 +249,7 @@ Library
haddock-library >= 1.1 && < 1.2,
old-time,
deepseq-generics >= 0.1 && < 0.2,
- JuicyPixels >= 3.1.6.1 && < 3.2
+ JuicyPixels >= 3.1.6.1 && < 3.3
if flag(network-uri)
Build-Depends: network-uri >= 2.6 && < 2.7, network >= 2.6
else