aboutsummaryrefslogtreecommitdiffstats
path: root/test/Doctest.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Doctest.hs')
-rw-r--r--test/Doctest.hs7
1 files changed, 5 insertions, 2 deletions
diff --git a/test/Doctest.hs b/test/Doctest.hs
index 7463dfe..9dc22a4 100644
--- a/test/Doctest.hs
+++ b/test/Doctest.hs
@@ -1,7 +1,10 @@
module Main where
-import Build_doctests (flags, module_sources, pkgs)
-import Test.DocTest (doctest)
+import Build_doctests ( flags
+ , module_sources
+ , pkgs
+ )
+import Test.DocTest ( doctest )
main :: IO ()
main = doctest args where args = flags ++ pkgs ++ module_sources