Removed redundant import

This commit is contained in:
John MacFarlane
2017-10-06 20:29:11 -07:00
parent 50de421ec5
commit c0b3f7fc60
-1
View File
@@ -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)