From 51142c6803cab7486dbe962f274174d246e571aa Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 6 Dec 2021 23:39:08 -0800 Subject: 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. --- stack.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stack.yaml') diff --git a/stack.yaml b/stack.yaml index bdaa0b3d1..5f6a34068 100644 --- a/stack.yaml +++ b/stack.yaml @@ -32,10 +32,11 @@ extra-deps: - commonmark-extensions-0.2.2 - citeproc-0.6 - aeson-pretty-0.8.9 -- ipynb-0.1.0.2 - texmath-0.12.3.3 - unicode-transforms-0.4.0 - unicode-data-0.2.0 +- git: https://github.com/jgm/ipynb.git + commit: 62f1a5180a61bc89c06982d8b869b1f254208699 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-18.10 -- cgit v1.2.3