diff options
Diffstat (limited to 'src/Text/Pandoc/Asciify.hs')
-rw-r--r-- | src/Text/Pandoc/Asciify.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Asciify.hs b/src/Text/Pandoc/Asciify.hs index cf4ef61bb..3ea7ce368 100644 --- a/src/Text/Pandoc/Asciify.hs +++ b/src/Text/Pandoc/Asciify.hs @@ -1,7 +1,7 @@ {-# LANGUAGE NoImplicitPrelude #-} {- | Module : Text.Pandoc.Asciify - Copyright : Copyright (C) 2013-2019 John MacFarlane + Copyright : Copyright (C) 2013-2020 John MacFarlane License : GNU GPL, version 2 or above Maintainer : John MacFarlane <jgm@berkeley.edu> |