diff options
| author | John MacFarlane <[email protected]> | 2021-10-23 16:17:49 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2021-10-23 16:27:51 -0700 |
| commit | 87a98b76ce80ee53acfc54fcd8768c332413efe1 (patch) | |
| tree | 866cc87a998cab0d1997113e543d3113dbce487b /stack.yaml | |
| parent | 2d3813e0dd7c2752bf299eb39e0b226d911920f1 (diff) | |
Use ipynb 0.1.0.2.
With this change pandoc can be built with aeson >= 2.
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml index f46485335..145b53134 100644 --- a/stack.yaml +++ b/stack.yaml @@ -30,6 +30,8 @@ extra-deps: - commonmark-0.2.1.1 - commonmark-extensions-0.2.2 - citeproc-0.6 +- aeson-pretty-0.8.9 +- ipynb-0.1.0.2 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-18.10 |
