From 9999db2e6c3c9761060d92e6269af06ff67452eb Mon Sep 17 00:00:00 2001 From: Jesse Rosenthal Date: Mon, 15 Aug 2016 12:04:20 -0400 Subject: StyleMap: export functions on StyleMap instances We're going to want `getMap` in the Docx Writer. --- src/Text/Pandoc/Readers/Docx/StyleMap.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Text/Pandoc/Readers/Docx/StyleMap.hs') diff --git a/src/Text/Pandoc/Readers/Docx/StyleMap.hs b/src/Text/Pandoc/Readers/Docx/StyleMap.hs index 2901ea2a3..00906cf07 100644 --- a/src/Text/Pandoc/Readers/Docx/StyleMap.hs +++ b/src/Text/Pandoc/Readers/Docx/StyleMap.hs @@ -1,4 +1,6 @@ module Text.Pandoc.Readers.Docx.StyleMap ( StyleMaps(..) + , alterMap + , getMap , defaultStyleMaps , getStyleMaps , getStyleId -- cgit v1.2.3