diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-04 18:55:25 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-04 18:55:25 +0000 |
commit | 948ea8640436f27f79f1efa1217fce0adcf96ba6 (patch) | |
tree | b25543ae4518ff6d6f2d686288537fd3442830d5 | |
parent | 1a8b32afd5cb5b230ff5170e4203fc8a361f140d (diff) | |
download | pandoc-948ea8640436f27f79f1efa1217fce0adcf96ba6.tar.gz |
Include Text.Pandoc.Blocks in Pandoc.cabal's file list.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@621 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | Pandoc.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Pandoc.cabal b/Pandoc.cabal index c473ff8e8..a71b9a290 100644 --- a/Pandoc.cabal +++ b/Pandoc.cabal @@ -10,7 +10,7 @@ Category: Text Tested-With: GHC Synopsis: Utilities for translating between various markup formats Description: Haskell utilities for translating between markdown, HTML, - reStructuredText, LaTeX, DocBook, and RTF + reStructuredText, LaTeX, DocBook, groff man, and RTF Build-Depends: base, parsec, xhtml, mtl, regex-compat Hs-Source-Dirs: src Exposed-Modules: Text.ParserCombinators.Pandoc, @@ -20,6 +20,7 @@ Exposed-Modules: Text.ParserCombinators.Pandoc, Text.Pandoc.Entities, Text.Pandoc.Shared, Text.Pandoc.UTF8, + Text.Pandoc.Blocks, Text.Pandoc.Writers.DefaultHeaders, Text.Pandoc.Writers.Docbook, Text.Pandoc.Writers.HTML, |