diff options
| author | Matthew Pickering <matthewtpickering@gmail.com> | 2014-12-06 20:12:30 +0000 |
|---|---|---|
| committer | Matthew Pickering <matthewtpickering@gmail.com> | 2014-12-06 20:12:30 +0000 |
| commit | ad242131b9c9da653f3304f8bd5a791e6dca4ad8 (patch) | |
| tree | ee9cdbe7b6d95deb2e39e4196d8099cbef9f173a /pandoc.cabal | |
| parent | 704cfc1e3c2b6bc97cc315c92671dc47e9c76977 (diff) | |
| parent | dffdb87bec9bfc68b7e7973543c60fdab4bba785 (diff) | |
| download | pandoc-ad242131b9c9da653f3304f8bd5a791e6dca4ad8.tar.gz | |
Merge pull request #1787 from Twinside/master
Update pandoc.cabal, Bumping JuicyPixels upper bound
Diffstat (limited to 'pandoc.cabal')
| -rw-r--r-- | pandoc.cabal | 2 |
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 |
