aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Native.hs
AgeCommit message (Expand)Author
2017-06-10Changed all readers to take Text instead of String.John MacFarlane
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-01-25Added ReaderOptions parameter to readNative.John MacFarlane
2017-01-25Unify Errors.Jesse Rosenthal
2017-01-25Working on readers.Jesse Rosenthal
2017-01-25Changed readNative to use PandocMonad.John MacFarlane
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-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane
2015-02-18Change return type of Native readerMatthew Pickering
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel
2013-06-24Use new flexible metadata type.John MacFarlane
2012-08-09Use safeRead instead of using reads directly (various modules).John MacFarlane
2012-07-26Fixed whitespace errors.John MacFarlane
2011-01-21Haddock comment improvements.John MacFarlane
2011-01-19Added Text.Pandoc.Readers.Native (readNative).John MacFarlane