diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-06-26 09:15:11 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-06-26 09:15:11 -0700 |
| commit | c80ebc462188d19478a124614d331d5e52c4ca51 (patch) | |
| tree | 667f550a780fc649c327a352904989f05ae5074e /src/Text | |
| parent | 7f30075ab7deeb75b2c414c41efa447988198995 (diff) | |
Require commonmark >= 0.2.3 and fix import warning.
Diffstat (limited to 'src/Text')
| -rw-r--r-- | src/Text/Pandoc/Readers/CommonMark.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Text/Pandoc/Readers/CommonMark.hs b/src/Text/Pandoc/Readers/CommonMark.hs index 647791bf5..ad71e5c82 100644 --- a/src/Text/Pandoc/Readers/CommonMark.hs +++ b/src/Text/Pandoc/Readers/CommonMark.hs @@ -33,8 +33,7 @@ import Data.Typeable import Text.Pandoc.Parsing (runParserT, getInput, getPosition, runF, defaultParserState, option, many1, anyChar, Sources(..), ToSources(..), ParsecT, Future, - sourceName, sourceLine, incSourceLine, - fromParsecError) + incSourceLine, fromParsecError) import Text.Pandoc.Walk (walk) import qualified Data.Text as T import qualified Data.Attoparsec.Text as A |
