diff options
Diffstat (limited to 'test/Tests/Readers/Docx.hs')
-rw-r--r-- | test/Tests/Readers/Docx.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Tests/Readers/Docx.hs b/test/Tests/Readers/Docx.hs index 456e0affe..80abc38f6 100644 --- a/test/Tests/Readers/Docx.hs +++ b/test/Tests/Readers/Docx.hs @@ -33,7 +33,7 @@ import Text.Pandoc.UTF8 as UTF8 -- tests. Since we do our own normalization, we want to make sure -- we're doing it right. -data NoNormPandoc = NoNormPandoc {unNoNorm :: Pandoc} +newtype NoNormPandoc = NoNormPandoc {unNoNorm :: Pandoc} deriving Show noNorm :: Pandoc -> NoNormPandoc |