aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-12-08 08:55:26 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-12-08 08:55:26 -0800
commit8215ca081df398c1acce7612bec4605a97e4e8d0 (patch)
tree97ab76c3eb94607a8730aa6517cebe2f34581edc
parentccb9db34f8af9c201f02e1defc409b5e9523a523 (diff)
downloadpandoc-8215ca081df398c1acce7612bec4605a97e4e8d0.tar.gz
Use latest dev version of ipynb.
This should give us deterministic JSON output for mime bundles.
-rw-r--r--cabal.project2
-rw-r--r--stack.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/cabal.project b/cabal.project
index 1c49a003c..99c3a7815 100644
--- a/cabal.project
+++ b/cabal.project
@@ -11,4 +11,4 @@ constraints: aeson >= 2.0.1.0
source-repository-package
type: git
location: https://github.com/jgm/ipynb.git
- tag: 62f1a5180a61bc89c06982d8b869b1f254208699
+ tag: 00246af10885c2ad4413ace4f69a7e6c88297a08
diff --git a/stack.yaml b/stack.yaml
index 5f6a34068..45215123b 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -36,7 +36,7 @@ extra-deps:
- unicode-transforms-0.4.0
- unicode-data-0.2.0
- git: https://github.com/jgm/ipynb.git
- commit: 62f1a5180a61bc89c06982d8b869b1f254208699
+ commit: 00246af10885c2ad4413ace4f69a7e6c88297a08
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-18.10