aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/BCP47.hs
AgeCommit message (Expand)AuthorFilesLines
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-02-07Resolve HLint warningsAlbert Krewinkel1-1/+1
2020-02-07More in-depth refactoring and cleanup (#6123)Joseph C. Sible1-3/+5
2019-12-30BCP47: change getLang so it can handle block-level contents.John MacFarlane1-3/+5
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-19/+17
2019-10-09Options.WriterOptions: Change type of writerVariables to Context Text.John MacFarlane1-2/+5
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-29Small reformat.John MacFarlane1-1/+1
2017-10-27hlint suggestions.John MacFarlane1-1/+1
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-6/+6
2017-08-11Added support for translations (localization) (see #3559).John MacFarlane1-14/+0
2017-06-26parseBCP47: Parse extensions and private-use as variants.John MacFarlane1-4/+20
2017-06-25BCP47: split toLang from getLang, rearranged types.John MacFarlane1-10/+16
2017-06-25Refactored ConTeXt writer to use BCP47.John MacFarlane1-5/+5
2017-06-25Moved BCP47 specific functions from Writers.Shared to new module.John MacFarlane1-0/+117