We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a357b commit c99cc53Copy full SHA for c99cc53
src/Text/Pandoc/Writers/ODT.hs
@@ -13,7 +13,6 @@ Conversion of 'Pandoc' documents to ODT.
13
-}
14
module Text.Pandoc.Writers.ODT ( writeODT ) where
15
import Codec.Archive.Zip
16
-import Control.Monad
17
import Control.Monad.Except (catchError, throwError)
18
import Control.Monad.State.Strict
19
import qualified Data.ByteString.Lazy as B
0 commit comments