summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorNathan Gass <gass@search.ch>2011-01-04 01:00:01 +0100
committerNathan Gass <gass@search.ch>2011-01-10 00:37:46 +0100
commitc0700987ba30de0cd7aa697da144eb19a58147ab (patch)
tree2aa5896d8b6ada15fb79cb09db1b7dbd582c9bed /pandoc.cabal
parentbda1032f66239bbb83270f015c7fe956f000f190 (diff)
Changed test-pandoc to use test-framework and HUnit.
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 d41e608ee..bb9a3e323 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -295,5 +295,5 @@ Executable test-pandoc
Buildable: False
else
Ghc-Options: -Wall
- Build-Depends: base >= 4 && < 5, Diff
+ Build-Depends: base >= 4 && < 5, Diff, test-framework, test-framework-hunit, HUnit
Other-Modules: Text.Pandoc.Shared