From 3e302bf651776d78e923445104db30a459be2414 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 23 Sep 2012 13:45:23 -0700 Subject: Added base dependencies for test suite. --- pandoc.cabal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pandoc.cabal') 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, -- cgit v1.2.3