summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-03-28 14:12:18 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-03-28 14:12:18 -0700
commitdb28a39ba64f1307d4f6f12badadb6d0f76c1e4b (patch)
treec107d22bd6e9a2e531a2f4334cf56b0187afc8e5 /pandoc.cabal
parentf986d78c7c67e965da31d81eaeed871b6cb41a37 (diff)
Added Tests.Writers.Docx to cabal file.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index d2e6172ce..d0c8493da 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -472,6 +472,7 @@ Test-Suite test-pandoc
Tests.Writers.Plain
Tests.Writers.AsciiDoc
Tests.Writers.LaTeX
+ Tests.Writers.Docx
Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind -threaded
Default-Language: Haskell98