aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Shared.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-03-04 13:03:41 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-03-04 13:03:41 +0100
commite256c8ce1778ff6fbb2e8d59556d48fb3c53393d (patch)
tree3527320cd3fd205a00a733ddbe46917638253034 /test/Tests/Shared.hs
parent0edfbf1478950d645ece19ced0156771ba16ebb6 (diff)
downloadpandoc-e256c8ce1778ff6fbb2e8d59556d48fb3c53393d.tar.gz
Stylish-haskell automatic formatting changes.
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"