aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2016-12-01 18:51:57 -0500
committerJohn MacFarlane <jgm@berkeley.edu>2017-01-25 17:07:40 +0100
commitd5051ae1015f2fdb39d034b566c1296d066ad8bf (patch)
tree375495f4771a08c7c35375e7a9205a3b67aa0fdd /src/Text/Pandoc/Readers
parent5a81c914e700af75a0626ac7c7b2e318fb0aa039 (diff)
downloadpandoc-d5051ae1015f2fdb39d034b566c1296d066ad8bf.tar.gz
Remove redundant imports from OPML reader.
Diffstat (limited to 'src/Text/Pandoc/Readers')
-rw-r--r--src/Text/Pandoc/Readers/OPML.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Text/Pandoc/Readers/OPML.hs b/src/Text/Pandoc/Readers/OPML.hs
index 627566609..cec64895c 100644
--- a/src/Text/Pandoc/Readers/OPML.hs
+++ b/src/Text/Pandoc/Readers/OPML.hs
@@ -11,8 +11,6 @@ import Text.HTML.TagSoup.Entity (lookupEntity)
import Data.Generics
import Control.Monad.State
import Data.Default
-import Control.Monad.Except
-import Text.Pandoc.Error
import Text.Pandoc.Class (PandocMonad)
type OPML m = StateT OPMLState m