aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-10-23 16:17:49 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-10-23 16:27:51 -0700
commit87a98b76ce80ee53acfc54fcd8768c332413efe1 (patch)
tree866cc87a998cab0d1997113e543d3113dbce487b /pandoc.cabal
parent2d3813e0dd7c2752bf299eb39e0b226d911920f1 (diff)
downloadpandoc-87a98b76ce80ee53acfc54fcd8768c332413efe1.tar.gz
Use ipynb 0.1.0.2.
With this change pandoc can be built with aeson >= 2.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 126405792..ca9fc9245 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -526,7 +526,7 @@ library
JuicyPixels >= 3.1.6.1 && < 3.4,
SHA >= 1.6 && < 1.7,
aeson >= 0.7 && < 2.1,
- aeson-pretty >= 0.8.5 && < 0.9,
+ aeson-pretty >= 0.8.9 && < 0.9,
array >= 0.5 && < 0.6,
attoparsec >= 0.12 && < 0.15,
base64-bytestring >= 0.1 && < 1.3,
@@ -560,7 +560,7 @@ library
http-client >= 0.4.30 && < 0.8,
http-client-tls >= 0.2.4 && < 0.4,
http-types >= 0.8 && < 0.13,
- ipynb >= 0.1 && < 0.2,
+ ipynb >= 0.1.0.2 && < 0.2,
jira-wiki-markup >= 1.4 && < 1.5,
mtl >= 2.2 && < 2.3,
network >= 2.6,