From 3cda737dbd5c46d036eea9c35fa7bd90b9d51e4f Mon Sep 17 00:00:00 2001 From: Jesse Rosenthal Date: Fri, 2 Dec 2016 08:28:08 -0500 Subject: Remove redundant import. --- pandoc.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pandoc.hs') diff --git a/pandoc.hs b/pandoc.hs index ae6c654aa..3d1472bac 100644 --- a/pandoc.hs +++ b/pandoc.hs @@ -77,7 +77,7 @@ import System.Posix.Terminal (queryTerminal) import System.Posix.IO (stdOutput) #endif import Control.Monad.Trans -import Text.Pandoc.Class (runIOorExplode, withMediaBag, PandocIO) +import Text.Pandoc.Class (withMediaBag, PandocIO) type Transform = Pandoc -> Pandoc -- cgit v1.2.3