summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/OPML.hs
Commit message (Expand)AuthorAge
* API change: export blocksToInlines' from Text.Pandoc.Sharedmb212017-12-22
* OPML reader: enable raw HTML and other extensions by default for notes.John MacFarlane2017-12-17
* More hlint fixes.John MacFarlane2017-10-29
* hlint suggestions.John MacFarlane2017-10-27
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* Move CR filtering from tabFilter to the readers.John MacFarlane2017-06-20
* Use Control.Monad.State.Strict throughout.John MacFarlane2017-06-17
* Changed all readers to take Text instead of String.John MacFarlane2017-06-10
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Remove redundant imports from OPML reader.Jesse Rosenthal2017-01-25
* Unify Errors.Jesse Rosenthal2017-01-25
* Working on readers.Jesse Rosenthal2017-01-25
* Remove TagSoup compatJesse Rosenthal2016-09-02
* Remove Text.Pandoc.Compat.ExceptJesse Rosenthal2016-09-02
* Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
* Change return type of OPML readerMatthew Pickering2015-02-18
* Added Text.Pandoc.Compat.TagSoupEntity.John MacFarlane2013-08-08
* OPML reader: Type attributes are not case sensitive.John MacFarlane2013-03-20
* Added Text.Pandoc.Readers.OPML, exporting readOPML.John MacFarlane2013-03-19