Added Tests.Writers.Docx to cabal file.

This commit is contained in:
John MacFarlane 2015-03-28 14:12:18 -07:00
parent f986d78c7c
commit db28a39ba6

View file

@ -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