Add files to cabal.

Note there is a build warning for unused `makeImagesSelfContained`
function, since there isn't yet a command-line-option to make use of it.
This commit is contained in:
Jesse Rosenthal 2014-06-14 10:02:52 -04:00
parent 293e4cfdc3
commit 7f4668d871

View file

@ -275,6 +275,7 @@ Library
Text.Pandoc.Readers.Textile,
Text.Pandoc.Readers.Native,
Text.Pandoc.Readers.Haddock,
Text.Pandoc.Readers.DocX,
Text.Pandoc.Writers.Native,
Text.Pandoc.Writers.Docbook,
Text.Pandoc.Writers.OPML,
@ -305,6 +306,8 @@ Library
Text.Pandoc.Process
Other-Modules: Text.Pandoc.Readers.Haddock.Lex,
Text.Pandoc.Readers.Haddock.Parse,
Text.Pandoc.Readers.DocX.Lists,
Text.Pandoc.Readers.DocX.Parse,
Text.Pandoc.Writers.Shared,
Text.Pandoc.Asciify,
Text.Pandoc.MIME,