diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2017-10-27 20:28:29 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2017-10-27 20:28:29 -0700 |
| commit | ff16db1aa306113132cc6cfaa70791a0db75e0a5 (patch) | |
| tree | b5a016232c62645a1276c30eb4b69356662c060e /src/Text/Pandoc/Error.hs | |
| parent | bf54a6335a0d2ae3fdf03e60a84448476f651d59 (diff) | |
Automatic reformating by stylish-haskell.
Diffstat (limited to 'src/Text/Pandoc/Error.hs')
| -rw-r--r-- | src/Text/Pandoc/Error.hs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Text/Pandoc/Error.hs b/src/Text/Pandoc/Error.hs index a05cdfe43..ade33e26d 100644 --- a/src/Text/Pandoc/Error.hs +++ b/src/Text/Pandoc/Error.hs @@ -37,12 +37,12 @@ module Text.Pandoc.Error ( import Control.Exception (Exception) import Data.Generics (Typeable) import GHC.Generics (Generic) +import Network.HTTP.Client (HttpException) +import System.Exit (ExitCode (..), exitWith) +import System.IO (stderr) +import qualified Text.Pandoc.UTF8 as UTF8 import Text.Parsec.Error import Text.Parsec.Pos hiding (Line) -import qualified Text.Pandoc.UTF8 as UTF8 -import System.Exit (exitWith, ExitCode(..)) -import System.IO (stderr) -import Network.HTTP.Client (HttpException) type Input = String |
