summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2014-08-10 17:04:13 +0100
committerJesse Rosenthal <jrosenthal@jhu.edu>2014-08-11 10:30:32 -0400
commit427466f80c3897b8341a1e576bd488be3cea77c6 (patch)
tree2a318958c54409cac9835e4d142827ff0ea47ccd /src/Text/Pandoc/Readers/Docx
parent4e483dbf9a15e7b9605cc80b400d5a1746735d8e (diff)
Docx Fonts: Derives Show and Eq
Diffstat (limited to 'src/Text/Pandoc/Readers/Docx')
-rw-r--r--src/Text/Pandoc/Readers/Docx/Fonts.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Readers/Docx/Fonts.hs b/src/Text/Pandoc/Readers/Docx/Fonts.hs
index cd56eb115..b44c71412 100644
--- a/src/Text/Pandoc/Readers/Docx/Fonts.hs
+++ b/src/Text/Pandoc/Readers/Docx/Fonts.hs
@@ -32,6 +32,7 @@ module Text.Pandoc.Readers.Docx.Fonts (getUnicode, Font(..)) where
-- | Enumeration of recognised fonts
data Font = Symbol -- ^ <http://en.wikipedia.org/wiki/Symbol_(typeface) Adobe Symbol>
+ deriving (Show, Eq)
-- | Given a font and codepoint, returns the corresponding unicode
-- character