diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2016-12-02 08:28:08 -0500 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-01-25 17:07:40 +0100 |
commit | 3cda737dbd5c46d036eea9c35fa7bd90b9d51e4f (patch) | |
tree | 55792604e6481c2492cbdfcb90b22522f881d58e | |
parent | e35c6c9e4db6fe906e46f82938b1aecd021011b3 (diff) | |
download | pandoc-3cda737dbd5c46d036eea9c35fa7bd90b9d51e4f.tar.gz |
Remove redundant import.
-rw-r--r-- | pandoc.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |