aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Ms.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/Ms.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/Ms.hs')
-rw-r--r--src/Text/Pandoc/Writers/Ms.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Writers/Ms.hs b/src/Text/Pandoc/Writers/Ms.hs
index 5eda77233..9a35a9693 100644
--- a/src/Text/Pandoc/Writers/Ms.hs
+++ b/src/Text/Pandoc/Writers/Ms.hs
@@ -60,7 +60,6 @@ import Text.Pandoc.Shared
import Text.Pandoc.Templates
import Text.Pandoc.Writers.Math
import Text.Pandoc.Writers.Shared
-import Text.Pandoc.Groff (groffEscape)
import Text.Printf (printf)
import Text.TeXMath (writeEqn)