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. --- pandoc.hs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'pandoc.hs') diff --git a/pandoc.hs b/pandoc.hs index 298161249..abee2ac50 100644 --- a/pandoc.hs +++ b/pandoc.hs @@ -1,4 +1,7 @@ -{-# LANGUAGE CPP, TupleSections, ScopedTypeVariables, PatternGuards #-} +{-# LANGUAGE CPP #-} +{-# LANGUAGE PatternGuards #-} +{-# LANGUAGE ScopedTypeVariables #-} +{-# LANGUAGE TupleSections #-} {- Copyright (C) 2006-2016 John MacFarlane @@ -30,7 +33,7 @@ Parses command-line options and calls the appropriate readers and writers. -} module Main where -import Text.Pandoc.App (defaultOpts, convertWithOpts, parseOptions, options) +import Text.Pandoc.App (convertWithOpts, defaultOpts, options, parseOptions) main :: IO () main = parseOptions options defaultOpts >>= convertWithOpts -- cgit v1.2.3