aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-11-27 21:32:00 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-11-27 21:32:00 -0800
commit14ed6fa141a7213e652829d43692948680b5c8fe (patch)
tree99fed04bd9fa7383da4e15fc0d45f3fc2d0c22b8
parent0d0ec98dd5657ac6679fc2cfb326601950e5c760 (diff)
downloadpandoc-14ed6fa141a7213e652829d43692948680b5c8fe.tar.gz
Remove redundant import.
-rw-r--r--src/Text/Pandoc/Writers/LaTeX.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Writers/LaTeX.hs b/src/Text/Pandoc/Writers/LaTeX.hs
index fde2d9e4d..fd71e1ad2 100644
--- a/src/Text/Pandoc/Writers/LaTeX.hs
+++ b/src/Text/Pandoc/Writers/LaTeX.hs
@@ -21,7 +21,6 @@ module Text.Pandoc.Writers.LaTeX (
import Prelude
import Control.Applicative ((<|>))
import Control.Monad.State.Strict
-import Control.Monad (when)
import Data.Monoid (Any(..))
import Data.Char (isAlphaNum, isAscii, isDigit, isLetter, isSpace,
isPunctuation, ord)