aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests/Writers/ConTeXt.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Tests/Writers/ConTeXt.hs')
-rw-r--r--tests/Tests/Writers/ConTeXt.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Tests/Writers/ConTeXt.hs b/tests/Tests/Writers/ConTeXt.hs
index d44b15658..5098a5fee 100644
--- a/tests/Tests/Writers/ConTeXt.hs
+++ b/tests/Tests/Writers/ConTeXt.hs
@@ -7,10 +7,10 @@ import Text.Pandoc
import Tests.Helpers
import Tests.Arbitrary()
-context :: (ToString a, ToPandoc a) => a -> String
+context :: (ToPandoc a) => a -> String
context = writeConTeXt def . toPandoc
-context' :: (ToString a, ToPandoc a) => a -> String
+context' :: (ToPandoc a) => a -> String
context' = writeConTeXt def{ writerWrapText = WrapNone } . toPandoc
{-