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