aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Data.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Text/Pandoc/Data.hs')
-rw-r--r--src/Text/Pandoc/Data.hs10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Data.hs b/src/Text/Pandoc/Data.hs
index 2cf0d3f81..7049a747c 100644
--- a/src/Text/Pandoc/Data.hs
+++ b/src/Text/Pandoc/Data.hs
@@ -1,6 +1,16 @@
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE TemplateHaskell #-}
+{- |
+Module : Text.Pandoc.Data
+Copyright : Copyright (C) 2013-2019 John MacFarlane
+License : GNU GPL, version 2 or above
+Maintainer : John MacFarlane <jgm@berkeley@edu>
+Stability : alpha
+Portability : portable
+
+Provide contents data files as Haskell values.
+-}
module Text.Pandoc.Data (dataFiles) where
import Prelude