summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2024-02-14 20:45:50 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2024-02-14 20:45:50 -0800
commitb98877270d544df9c070bc82d46a5cdba98105e0 (patch)
treec23187d92030d12299f997d2ee7a993f602090f6 /pandoc.cabal
parente43ab9ec7bdd3e29dff5ce7f2ef61f07f150cd01 (diff)
Depend on released versions of commonmark-hs packages.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 537261b35..393119eb2 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -476,9 +476,9 @@ library
bytestring >= 0.9 && < 0.13,
case-insensitive >= 1.2 && < 1.3,
citeproc >= 0.8.1 && < 0.9,
- commonmark >= 0.2.5 && < 0.3,
- commonmark-extensions >= 0.2.5 && < 0.3,
- commonmark-pandoc >= 0.2.2 && < 0.3,
+ commonmark >= 0.2.5.1 && < 0.3,
+ commonmark-extensions >= 0.2.5.2 && < 0.3,
+ commonmark-pandoc >= 0.2.2.1 && < 0.3,
containers >= 0.6.0.1 && < 0.7,
crypton-connection >= 0.3.1 && < 0.4,
data-default >= 0.4 && < 0.8,