aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/OPML.hs
AgeCommit message (Expand)Author
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-04-25Added licensing headers for DocBook, EPUB, JATS, OPML readers.John MacFarlane
2018-03-29Removed unused extensions (#4506)Anabra
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2017-12-22API change: export blocksToInlines' from Text.Pandoc.Sharedmb21
2017-12-17OPML reader: enable raw HTML and other extensions by default for notes.John MacFarlane
2017-10-29More hlint fixes.John MacFarlane
2017-10-27hlint suggestions.John MacFarlane
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane
2017-06-20Move CR filtering from tabFilter to the readers.John MacFarlane
2017-06-17Use Control.Monad.State.Strict throughout.John MacFarlane
2017-06-10Changed all readers to take Text instead of String.John MacFarlane
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-01-25Remove redundant imports from OPML reader.Jesse Rosenthal
2017-01-25Unify Errors.Jesse Rosenthal
2017-01-25Working on readers.Jesse Rosenthal
2016-09-02Remove TagSoup compatJesse Rosenthal
2016-09-02Remove Text.Pandoc.Compat.ExceptJesse Rosenthal
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane
2015-02-18Change return type of OPML readerMatthew Pickering
2013-08-08Added Text.Pandoc.Compat.TagSoupEntity.John MacFarlane
2013-03-20OPML reader: Type attributes are not case sensitive.John MacFarlane
2013-03-19Added Text.Pandoc.Readers.OPML, exporting readOPML.John MacFarlane