aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Readers/EPUB.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Tests/Readers/EPUB.hs')
-rw-r--r--test/Tests/Readers/EPUB.hs11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/Tests/Readers/EPUB.hs b/test/Tests/Readers/EPUB.hs
index 285efedbf..82e63bb64 100644
--- a/test/Tests/Readers/EPUB.hs
+++ b/test/Tests/Readers/EPUB.hs
@@ -1,4 +1,15 @@
{-# LANGUAGE NoImplicitPrelude #-}
+{- |
+ Module : Tests.Readers.EPUB
+ Copyright : © 2006-2019 John MacFarlane
+ License : GNU GPL, version 2 or above
+
+ Maintainer : John MacFarlane <jgm@berkeley.eu>
+ Stability : alpha
+ Portability : portable
+
+Tests for the EPUB mediabag.
+-}
module Tests.Readers.EPUB (tests) where
import Prelude