From 49b0b67b11b62032b2ade498c3efd5a762193d86 Mon Sep 17 00:00:00 2001 From: Jesse Rosenthal Date: Fri, 14 Oct 2016 08:45:36 -0400 Subject: Remove Tests.Arbitrary Use exported Arbitrary instances from pandoc-types instead. --- tests/Tests/Writers/HTML.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Tests/Writers/HTML.hs') diff --git a/tests/Tests/Writers/HTML.hs b/tests/Tests/Writers/HTML.hs index 9b612e446..5bea99f71 100644 --- a/tests/Tests/Writers/HTML.hs +++ b/tests/Tests/Writers/HTML.hs @@ -5,7 +5,7 @@ import Test.Framework import Text.Pandoc.Builder import Text.Pandoc import Tests.Helpers -import Tests.Arbitrary() +import Text.Pandoc.Arbitrary() html :: (ToPandoc a) => a -> String html = writeHtmlString def{ writerWrapText = WrapNone } . toPandoc -- cgit v1.2.3