summaryrefslogtreecommitdiff
path: root/tests/Tests/Walk.hs
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2016-10-14 08:45:36 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2016-10-14 09:22:29 -0400
commit49b0b67b11b62032b2ade498c3efd5a762193d86 (patch)
tree38fa11d0c3ca25fbb941511947b8746d5eae8821 /tests/Tests/Walk.hs
parent9bd1da122a72a9f3f3b5800a19542327353e897f (diff)
Remove Tests.Arbitrary
Use exported Arbitrary instances from pandoc-types instead.
Diffstat (limited to 'tests/Tests/Walk.hs')
-rw-r--r--tests/Tests/Walk.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Tests/Walk.hs b/tests/Tests/Walk.hs
index c87cc17d7..876d75e30 100644
--- a/tests/Tests/Walk.hs
+++ b/tests/Tests/Walk.hs
@@ -6,7 +6,7 @@ import Text.Pandoc.Walk
import Test.Framework
import Tests.Helpers
import Data.Char (toUpper)
-import Tests.Arbitrary()
+import Text.Pandoc.Arbitrary()
import Data.Generics
tests :: [Test]