From db28a39ba64f1307d4f6f12badadb6d0f76c1e4b Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Sat, 28 Mar 2015 14:12:18 -0700 Subject: [PATCH] Added Tests.Writers.Docx to cabal file. --- pandoc.cabal | 1 + 1 file changed, 1 insertion(+) 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