aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Native.hs
AgeCommit message (Expand)AuthorFilesLines
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane1-5/+7
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-1/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-6/+7
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-10-27hlint suggestions.John MacFarlane1-1/+0
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-1/+1
2017-06-10Changed all readers to take Text instead of String.John MacFarlane1-10/+11
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+2
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-2/+2
2017-01-25Added ReaderOptions parameter to readNative.John MacFarlane1-2/+4
2017-01-25Unify Errors.Jesse Rosenthal1-1/+1
2017-01-25Working on readers.Jesse Rosenthal1-2/+5
2017-01-25Changed readNative to use PandocMonad.John MacFarlane1-3/+6
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-1/+0
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2015-02-18Change return type of Native readerMatthew Pickering1-26/+14
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2013-06-24Use new flexible metadata type.John MacFarlane1-7/+1
2012-08-09Use safeRead instead of using reads directly (various modules).John MacFarlane1-15/+16
2012-07-26Fixed whitespace errors.John MacFarlane1-1/+1
2011-01-21Haddock comment improvements.John MacFarlane1-1/+2
2011-01-19Added Text.Pandoc.Readers.Native (readNative).John MacFarlane1-0/+80