aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Helpers.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Tests/Helpers.hs')
-rw-r--r--test/Tests/Helpers.hs11
1 files changed, 10 insertions, 1 deletions
diff --git a/test/Tests/Helpers.hs b/test/Tests/Helpers.hs
index 80bb559b0..c5dab8f23 100644
--- a/test/Tests/Helpers.hs
+++ b/test/Tests/Helpers.hs
@@ -2,8 +2,17 @@
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE TypeSynonymInstances #-}
--- Utility functions for the test suite.
+{- |
+ Module : Tests.Helpers
+ Copyright : © 2006-2019 John MacFarlane
+ License : GNU GPL, version 2 or above
+ Maintainer : John MacFarlane <jgm@berkeley@edu>
+ Stability : alpha
+ Portability : portable
+
+Utility functions for the test suite.
+-}
module Tests.Helpers ( test
, TestResult(..)
, showDiff