summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Parsing/General.hs
AgeCommit message (Expand)Author
2023-04-17Remove unnecessary 'spaces' in parseFromString.John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-10-31First stab at mtl 2.3 compliance.John MacFarlane
2022-10-30hlint suggestions.John MacFarlane
2022-10-29Re-export lookupEntity from Text.Pandoc.XML [API change].John MacFarlane
2022-10-29T.P.Parsing.General: change `characterReference`, `charsInBalanced`.John MacFarlane
2022-10-20Text.Pandoc.Parsing: remove `nested` [API change].John MacFarlane
2022-10-19T.P.Shared: remove `mapLeft` [API change].John MacFarlane
2022-10-18T.P.Shared: remove `escapeURI`, `isURI`.John MacFarlane
2022-10-18Revert "T.P.Parsing: export `registerIdentifier`."John MacFarlane
2022-10-18T.P.Parsing: export `registerIdentifier`.John MacFarlane
2022-10-17T.P.Error: Remove PandocParsecError constructor from PandocError. (#8385)John MacFarlane
2022-10-16T.P.Parsing: Remove gratuitious renaming of Parsec types.John MacFarlane
2022-10-03Rename T.P.Network.HTTP -> T.P.URI.John MacFarlane
2022-03-31Revert "Parsing.General: make manyChar1, etc. more strict."John MacFarlane
2022-03-31Parsing.General: make manyChar1, etc. more strict.John MacFarlane
2022-03-25Rename T.P.Parsing.Combinators -> T.P.Parsing.General.John MacFarlane