aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Man.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-10-02 18:16:43 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-10-02 18:16:43 -0700
commitd975917509061e4dfbeb4d2444f5ef7ccbe1887b (patch)
treece5d3ee98104244ae45e8decdf34f5d3e6d05a65 /src/Text/Pandoc/Writers/Man.hs
parent7bf80575b5e13cff864720a93505b0fe4d620480 (diff)
downloadpandoc-d975917509061e4dfbeb4d2444f5ef7ccbe1887b.tar.gz
Removed Text.Pandoc.Groff.
Moved groffEscape function to Text.Pandoc.Writers.Shared. [API change, since T.P.W.S is exported.]
Diffstat (limited to 'src/Text/Pandoc/Writers/Man.hs')
-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 c37d13841..81fa38bd7 100644
--- a/src/Text/Pandoc/Writers/Man.hs
+++ b/src/Text/Pandoc/Writers/Man.hs
@@ -45,7 +45,6 @@ import Text.Pandoc.Logging
import Text.Pandoc.Options
import Text.Pandoc.Pretty
import Text.Pandoc.Shared
-import Text.Pandoc.Groff (groffEscape)
import Text.Pandoc.Templates
import Text.Pandoc.Writers.Math
import Text.Pandoc.Writers.Shared