aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-10-12 19:39:47 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-10-12 19:39:47 -0700
commit6593f9638e7b53c2b5d738c27ff9dfccdbf2ce39 (patch)
treee5e39be892e13a83504acc9412722163b23b5f6a
parentbc95721754a8d082de250dd545088f92e86b5c11 (diff)
downloadpandoc-6593f9638e7b53c2b5d738c27ff9dfccdbf2ce39.tar.gz
cabal.project: Dependencies to build with aeson 2.
-rw-r--r--cabal.project13
-rw-r--r--stack.yaml2
2 files changed, 13 insertions, 2 deletions
diff --git a/cabal.project b/cabal.project
index d91fe2879..64ab70164 100644
--- a/cabal.project
+++ b/cabal.project
@@ -1,6 +1,7 @@
packages: pandoc.cabal
tests: True
flags: +embed_data_files
+constraints: aeson >= 2.0.1.0
source-repository-package
type: git
@@ -15,7 +16,7 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/jgm/pandoc-types.git
- tag: f796401eaaab780f83c562e97dbb8c8d4b9974d1
+ tag: 87711e7e60a3981da0f1cc3df9e57f1134f1b82e
source-repository-package
type: git
@@ -29,3 +30,13 @@ source-repository-package
tag: 7d34a747cd2d8668451909a722eb9ce16d1f4852
subdir: commonmark-pandoc
+source-repository-package
+ type: git
+ location: https://github.com/hasufell/aeson-pretty.git
+ tag: e902ab866bb41d990b66af3644aeb352ff7aaf6f
+
+source-repository-package
+ type: git
+ location: https://github.com/jgm/ipynb.git
+ tag: 1f1ddb29227335091a3a158b9aeeeb47a372c683
+
diff --git a/stack.yaml b/stack.yaml
index 78f5f63de..3d99d80b5 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -13,7 +13,7 @@ extra-deps:
- emojis-0.1.2
- doclayout-0.3.1.1
- git: https://github.com/jgm/pandoc-types.git
- commit: f796401eaaab780f83c562e97dbb8c8d4b9974d1
+ commit: 87711e7e60a3981da0f1cc3df9e57f1134f1b82e
- git: https://github.com/jgm/texmath.git
commit: c046e6e5a93510f2c37dbc700f82a2c53ed87b5f
- git: https://github.com/jgm/citeproc.git