diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-08-03 11:48:21 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-08-03 11:48:21 -0700 |
commit | cafc3c6e6c410d2a5ba874e8738e5e449a3b6580 (patch) | |
tree | 95417543eadc50a6cf52218e2ae1f3a078a65a90 /pandoc.cabal | |
parent | 842c705097fbb3987145eae85da2261cb264e618 (diff) | |
parent | f6cf8e8b4bc494ef9329f790039b74b55897f308 (diff) | |
download | pandoc-cafc3c6e6c410d2a5ba874e8738e5e449a3b6580.tar.gz |
Merge pull request #1479 from Aelve/capitalise
Correctly implement capitalisation.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r-- | pandoc.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
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 |