aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-10-10 08:43:45 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-10-10 09:36:33 -0700
commitd80aaee42b5563df3a647830639bdd3b090a22ee (patch)
treeb111da471bc22333ac22afd4d6902cd975fb9044 /pandoc.cabal
parentaa78765bf9d21b3a617a9eafba59dd59e362aa6b (diff)
downloadpandoc-d80aaee42b5563df3a647830639bdd3b090a22ee.tar.gz
Translations: don't depend on the fact that Aeson Object is...
implemented internally as a HashMap. This is no longer public as of aeson 2.0.0.0.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal1
1 files changed, 0 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 9b59c8c98..50f33c937 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -578,7 +578,6 @@ library
text-conversions >= 0.3 && < 0.4,
time >= 1.5 && < 1.13,
unicode-transforms >= 0.3 && < 0.4,
- unordered-containers >= 0.2 && < 0.3,
xml >= 1.3.12 && < 1.4,
xml-conduit >= 1.9.1.1 && < 1.10,
unicode-collation >= 0.1.1 && < 0.2,