aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Shared.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Tests/Shared.hs')
-rw-r--r--test/Tests/Shared.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/Tests/Shared.hs b/test/Tests/Shared.hs
index 9b9aeb6a3..5e056ac3e 100644
--- a/test/Tests/Shared.hs
+++ b/test/Tests/Shared.hs
@@ -1,12 +1,12 @@
module Tests.Shared (tests) where
-import Text.Pandoc.Shared
+import System.FilePath.Posix (joinPath)
import Test.Framework
-import Text.Pandoc.Arbitrary()
import Test.Framework.Providers.HUnit
-import Test.HUnit ( assertBool, (@?=) )
+import Test.HUnit (assertBool, (@?=))
+import Text.Pandoc.Arbitrary ()
import Text.Pandoc.Builder
-import System.FilePath.Posix (joinPath)
+import Text.Pandoc.Shared
tests :: [Test]
tests = [ testGroup "compactifyDL"