diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-03-17 17:17:47 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-03-17 17:17:47 -0700 |
commit | 049dacf85f1bde060d9bbb6da17eb31eab2f0672 (patch) | |
tree | 9e5ad0c98466f186ab34a71b1b1177096d9ee444 /test | |
parent | afb72f185712d134d5be2db3913c24e7bb0b33e6 (diff) | |
download | pandoc-049dacf85f1bde060d9bbb6da17eb31eab2f0672.tar.gz |
Removed redundant import of <>
Diffstat (limited to 'test')
-rw-r--r-- | test/Tests/Lua.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Tests/Lua.hs b/test/Tests/Lua.hs index 4599e544d..5fe015265 100644 --- a/test/Tests/Lua.hs +++ b/test/Tests/Lua.hs @@ -10,7 +10,7 @@ import Test.Tasty.QuickCheck (QuickCheckTests (..), ioProperty, testProperty) import Text.Pandoc.Arbitrary () import Text.Pandoc.Builder (bulletList, divWith, doc, doubleQuoted, emph, header, linebreak, para, plain, rawBlock, - singleQuoted, space, str, strong, (<>)) + singleQuoted, space, str, strong) import Text.Pandoc.Class (runIOorExplode, setUserDataDir) import Text.Pandoc.Definition (Block (BlockQuote, Div, Para), Inline (Emph, Str), Attr, Meta, Pandoc, pandocTypesVersion) |