diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2016-11-18 20:54:43 -0500 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-01-25 17:07:39 +0100 |
commit | 1c589c51b13aa6833cf6246b514ce8ddadf25dd5 (patch) | |
tree | bf4c958e55216067aa44a90953b91b72699a1b7d /src/Text/Pandoc | |
parent | f404412331bc6cf06c2cc248266f769391a57479 (diff) | |
download | pandoc-1c589c51b13aa6833cf6246b514ce8ddadf25dd5.tar.gz |
ODT Writer: fix compiler complaint.
Diffstat (limited to 'src/Text/Pandoc')
-rw-r--r-- | src/Text/Pandoc/Writers/ODT.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Writers/ODT.hs b/src/Text/Pandoc/Writers/ODT.hs index 561230b15..abd403cc9 100644 --- a/src/Text/Pandoc/Writers/ODT.hs +++ b/src/Text/Pandoc/Writers/ODT.hs @@ -44,7 +44,6 @@ import Text.Pandoc.Definition import Text.Pandoc.Walk import Text.Pandoc.Writers.Shared ( fixDisplayMath ) import Text.Pandoc.Writers.OpenDocument ( writeOpenDocument ) -import Control.Monad (liftM) import Control.Monad.State import Text.Pandoc.XML import Text.Pandoc.Pretty |