From f6cf8e8b4bc494ef9329f790039b74b55897f308 Mon Sep 17 00:00:00 2001 From: Artyom Kazak Date: Sun, 3 Aug 2014 18:32:31 +0400 Subject: [PATCH] Add plain writer testing module to .cabal file. --- pandoc.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/pandoc.cabal b/pandoc.cabal index 6b9e18427..e507ac42f 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -416,6 +416,7 @@ Test-Suite test-pandoc Tests.Writers.ConTeXt Tests.Writers.HTML Tests.Writers.Markdown + Tests.Writers.Plain Tests.Writers.AsciiDoc Tests.Writers.LaTeX Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind