aboutsummaryrefslogtreecommitdiff
path: root/cabal.project
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-10-12 21:00:26 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-10-12 21:00:26 -0700
commitafc16f2f4bbff941370310e637a0ab5feaea7879 (patch)
treecd2425bfcddba36538d8c5c141af09a1d6538e80 /cabal.project
parentc636b5dd1640c1f13f21bb2828c817213455229f (diff)
downloadpandoc-afc16f2f4bbff941370310e637a0ab5feaea7879.tar.gz
cabal build: go back to using aeson < 2 for now.
Diffstat (limited to 'cabal.project')
-rw-r--r--cabal.project20
1 files changed, 11 insertions, 9 deletions
diff --git a/cabal.project b/cabal.project
index 04b79c0a7..2b19ad28e 100644
--- a/cabal.project
+++ b/cabal.project
@@ -1,7 +1,7 @@
packages: pandoc.cabal
tests: True
flags: +embed_data_files
-constraints: aeson >= 2.0.1.0
+-- constraints: aeson >= 2.0.1.0
source-repository-package
type: git
@@ -30,13 +30,15 @@ source-repository-package
tag: 7d34a747cd2d8668451909a722eb9ce16d1f4852
subdir: commonmark-pandoc
-source-repository-package
- type: git
- location: https://github.com/hasufell/aeson-pretty.git
- tag: e902ab866bb41d990b66af3644aeb352ff7aaf6f
+-- Needed to build with aeson 2
-source-repository-package
- type: git
- location: https://github.com/jgm/ipynb.git
- tag: 1f1ddb29227335091a3a158b9aeeeb47a372c683
+-- 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