aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-10-27 12:29:54 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-10-27 12:29:54 -0700
commitcd93faddbf7def1df5a61b71481a3f399e8cece9 (patch)
tree73ba2d8e9f0f3dad3966a9ac5ea950a6ddb70c43 /pandoc.cabal
parent42ba3c0a0b15fddd51e6a4b79882ddaeccf0eb3d (diff)
downloadpandoc-cd93faddbf7def1df5a61b71481a3f399e8cece9.tar.gz
Revert "Roff reader: use LineParts abstraction."
This reverts commit 42ba3c0a0b15fddd51e6a4b79882ddaeccf0eb3d.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 5e9ffde6a..70a7bdbab 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -645,7 +645,7 @@ test-suite test-pandoc
tasty-quickcheck >= 0.8 && < 0.11,
tasty-golden >= 2.3 && < 2.4,
QuickCheck >= 2.4 && < 2.13,
- containers >= 0.5.8 && < 0.7,
+ containers >= 0.4.2.1 && < 0.7,
executable-path >= 0.0 && < 0.1,
zip-archive >= 0.2.3.4 && < 0.4,
xml >= 1.3.12 && < 1.4,