aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-10-18 10:57:46 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-10-18 10:57:46 -0700
commit59357186283fa4ad305c0cad2001d6db83cbbbc7 (patch)
treeb2642dae9ab0005a3b21857590ade020f703db6d /src/Text/Pandoc/Writers
parent3fbbdd92fb5e71de3b44005dda5d1c7dfe895c43 (diff)
downloadpandoc-59357186283fa4ad305c0cad2001d6db83cbbbc7.tar.gz
Remove unneeded import.
Diffstat (limited to 'src/Text/Pandoc/Writers')
-rw-r--r--src/Text/Pandoc/Writers/Man.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Writers/Man.hs b/src/Text/Pandoc/Writers/Man.hs
index 839c37da9..d2803f06f 100644
--- a/src/Text/Pandoc/Writers/Man.hs
+++ b/src/Text/Pandoc/Writers/Man.hs
@@ -33,7 +33,6 @@ Conversion of 'Pandoc' documents to groff man page format.
module Text.Pandoc.Writers.Man ( writeMan) where
import Prelude
import Control.Monad.State.Strict
-import Data.Char (isAscii)
import Data.List (intersperse, stripPrefix)
import Data.Maybe (fromMaybe)
import Data.Text (Text)