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. --- cabal.project | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cabal.project') 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 -- cgit v1.2.3