summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorVincent <Twinside@users.noreply.github.com>2014-12-06 15:41:34 +0100
committerVincent <Twinside@users.noreply.github.com>2014-12-06 15:41:34 +0100
commitdffdb87bec9bfc68b7e7973543c60fdab4bba785 (patch)
treeee9cdbe7b6d95deb2e39e4196d8099cbef9f173a /pandoc.cabal
parent704cfc1e3c2b6bc97cc315c92671dc47e9c76977 (diff)
Update pandoc.cabal, Bumping JuicyPixels upper bound
Diffstat (limited to 'pandoc.cabal')
-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