diff options
| -rw-r--r-- | pandoc.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 3e650a1b1..038c9fc06 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -374,7 +374,9 @@ Test-Suite test-pandoc Type: exitcode-stdio-1.0 Main-Is: test-pandoc.hs Hs-Source-Dirs: tests - Build-Depends: pandoc, + Build-Depends: base >= 4.2 && < 5, + syb >= 0.1 && < 0.4, + pandoc, pandoc-types >= 1.10 && < 1.11, utf8-string >= 0.3 && < 0.4, bytestring >= 0.9 && < 1.0, |
