aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Readers/JATS.hs
AgeCommit message (Collapse)AuthorFilesLines
2020-06-28JATS reader: parse abstract element into metadata field of same name (#6482)Albert Krewinkel1-0/+17
Closes: #6480
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-0/+11
Quite a few modules were missing copyright notices. This commit adds copyright notices everywhere via haddock module headers. The old license boilerplate comment is redundant with this and has been removed. Update copyright years to 2019. Closes #4592.
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
This seems to be necessary if we are to use our custom Prelude with ghci. Closes #4464.
2017-12-22Improve support for code language in JATSHamish Mackenzie1-0/+5
2017-12-20Add Basic JATS reader based on DocBook readerHamish Mackenzie1-0/+111