aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-11-02 20:26:36 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-11-02 20:26:36 -0700
commit6b7a7adcbf2415230ac866b56841b1017c5264eb (patch)
treeb21eb32adf933f6f088c0a13bda597073bdfa495 /src/Text/Pandoc/Readers
parent9a0333e48917308f15d5ccda246dd31525501f79 (diff)
downloadpandoc-6b7a7adcbf2415230ac866b56841b1017c5264eb.tar.gz
Fix readWithM with Stream.
Diffstat (limited to 'src/Text/Pandoc/Readers')
-rw-r--r--src/Text/Pandoc/Readers/Roff.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Readers/Roff.hs b/src/Text/Pandoc/Readers/Roff.hs
index d46ddd103..632578da7 100644
--- a/src/Text/Pandoc/Readers/Roff.hs
+++ b/src/Text/Pandoc/Readers/Roff.hs
@@ -53,7 +53,7 @@ import Prelude
import Safe (lastDef)
import Control.Monad (void, mzero, mplus, guard)
import Control.Monad.Except (throwError)
-import Control.Monad.State.Strict (StateT(..), evalStateT, get, modify, put)
+import Control.Monad.State (StateT(..), evalStateT, get, modify, put)
import Text.Pandoc.Class
(getResourcePath, readFileFromDirs, PandocMonad(..), report)
import Data.Char (isLower, toLower, toUpper, chr,