aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/EPUB.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-01-04 22:41:09 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-01-04 22:41:27 -0800
commite91bae4f5bf8531e818e5f0b5e8163a635902034 (patch)
treec078de2543bf18e4317ebaab0854fd4621730e4d /src/Text/Pandoc/Writers/EPUB.hs
parent30361308e7913eb82eb5e6f0cb7339153bd4ea32 (diff)
downloadpandoc-e91bae4f5bf8531e818e5f0b5e8163a635902034.tar.gz
Renamed writerEPUBMetadata -> writerEpubMetadata.
API change for consistency.
Diffstat (limited to 'src/Text/Pandoc/Writers/EPUB.hs')
-rw-r--r--src/Text/Pandoc/Writers/EPUB.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Writers/EPUB.hs b/src/Text/Pandoc/Writers/EPUB.hs
index 024823b38..a33428c71 100644
--- a/src/Text/Pandoc/Writers/EPUB.hs
+++ b/src/Text/Pandoc/Writers/EPUB.hs
@@ -200,7 +200,7 @@ writeEPUB version opts doc@(Pandoc meta _) = do
EPUB3 -> "3.0")
,("xmlns","http://www.idpf.org/2007/opf")
,("unique-identifier","BookId")] $
- [ metadataElement version (writerEPUBMetadata opts')
+ [ metadataElement version (writerEpubMetadata opts')
uuid lang plainTitle plainAuthors plainDate currentTime mbCoverImage
, unode "manifest" $
[ unode "item" ! [("id","ncx"), ("href","toc.ncx")