summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-10-06 20:29:11 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-10-06 20:29:11 -0700
commitc0b3f7fc6059bf8c555bbb2e17c95ae6b8d24f97 (patch)
tree528e55c0c0fce8a6570a0de3521caee4aa62868d /src/Text/Pandoc
parent50de421ec597373f80cc811dc3ccc4dd9dd69d95 (diff)
Removed redundant import
Diffstat (limited to 'src/Text/Pandoc')
-rw-r--r--src/Text/Pandoc/App.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/App.hs b/src/Text/Pandoc/App.hs
index a18cc2961..6b64a314e 100644
--- a/src/Text/Pandoc/App.hs
+++ b/src/Text/Pandoc/App.hs
@@ -38,7 +38,6 @@ module Text.Pandoc.App (
, parseOptions
, options
) where
-import Control.Applicative ((<|>))
import qualified Control.Exception as E
import Control.Monad
import Control.Monad.Except (throwError, catchError)