aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Readers/Man.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Tests/Readers/Man.hs')
-rw-r--r--test/Tests/Readers/Man.hs12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/Tests/Readers/Man.hs b/test/Tests/Readers/Man.hs
index e7d67e575..8c5d428e5 100644
--- a/test/Tests/Readers/Man.hs
+++ b/test/Tests/Readers/Man.hs
@@ -1,4 +1,16 @@
{-# LANGUAGE OverloadedStrings #-}
+{- |
+ Module : Tests.Readers.Man
+ Copyright : © 2018-2019 Yan Pas <yanp.bugz@gmail.com>,
+ 2018-2019 John MacFarlane
+ License : GNU GPL, version 2 or above
+
+ Maintainer : John MacFarlane <jgm@berkeley.edu>
+ Stability : alpha
+ Portability : portable
+
+Tests for the Man reader.
+-}
module Tests.Readers.Man (tests) where
import Prelude