aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-09-23 13:45:23 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-09-23 13:45:23 -0700
commit3e302bf651776d78e923445104db30a459be2414 (patch)
tree4f0e3251e2ee41299cbae97ddfb68971c4f6ba85 /pandoc.cabal
parent3ecbf49a0e733ee8984fc45814f8e7e0a1b8a8f9 (diff)
downloadpandoc-3e302bf651776d78e923445104db30a459be2414.tar.gz
Added base dependencies for test suite.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
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,