From e256c8ce1778ff6fbb2e8d59556d48fb3c53393d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 4 Mar 2017 13:03:41 +0100 Subject: Stylish-haskell automatic formatting changes. --- test/Tests/Writers/Docx.hs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'test/Tests/Writers/Docx.hs') diff --git a/test/Tests/Writers/Docx.hs b/test/Tests/Writers/Docx.hs index fd320d224..be32518bf 100644 --- a/test/Tests/Writers/Docx.hs +++ b/test/Tests/Writers/Docx.hs @@ -1,14 +1,14 @@ module Tests.Writers.Docx (tests) where -import Text.Pandoc.Options -import Text.Pandoc.Readers.Native -import Text.Pandoc.Definition -import Tests.Helpers +import System.FilePath (()) import Test.Framework +import Tests.Helpers +import Text.Pandoc.Class (runIOorExplode) +import Text.Pandoc.Definition +import Text.Pandoc.Options import Text.Pandoc.Readers.Docx +import Text.Pandoc.Readers.Native import Text.Pandoc.Writers.Docx -import System.FilePath (()) -import Text.Pandoc.Class (runIOorExplode) type Options = (WriterOptions, ReaderOptions) -- cgit v1.2.3