aboutsummaryrefslogtreecommitdiff
path: root/cabal.project
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-12-06 23:39:08 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-12-06 23:40:51 -0800
commit51142c6803cab7486dbe962f274174d246e571aa (patch)
tree104627f744bcb738cdec5fd1956bc88330f57edb /cabal.project
parent72075423d08e7cd2052f5325a17d52fc1d7682b3 (diff)
downloadpandoc-51142c6803cab7486dbe962f274174d246e571aa.tar.gz
Ipynb reader & writer: properly handle cell "id".
This is passed through if it exists (in Nb4); otherwise the writer will add a random one so that cells all have an "id". Closes #7728.
Diffstat (limited to 'cabal.project')
-rw-r--r--cabal.project5
1 files changed, 5 insertions, 0 deletions
diff --git a/cabal.project b/cabal.project
index 669dd74e2..1c49a003c 100644
--- a/cabal.project
+++ b/cabal.project
@@ -7,3 +7,8 @@ constraints: aeson >= 2.0.1.0
-- type: git
-- location: https://github.com/jgm/texmath.git
-- tag: 674bcbaec03e5550f155623de6662953bd157625
+
+source-repository-package
+ type: git
+ location: https://github.com/jgm/ipynb.git
+ tag: 62f1a5180a61bc89c06982d8b869b1f254208699