diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-10-06 20:29:11 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-10-06 20:29:11 -0700 |
commit | c0b3f7fc6059bf8c555bbb2e17c95ae6b8d24f97 (patch) | |
tree | 528e55c0c0fce8a6570a0de3521caee4aa62868d | |
parent | 50de421ec597373f80cc811dc3ccc4dd9dd69d95 (diff) | |
download | pandoc-c0b3f7fc6059bf8c555bbb2e17c95ae6b8d24f97.tar.gz |
Removed redundant import
-rw-r--r-- | src/Text/Pandoc/App.hs | 1 |
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) |