aboutsummaryrefslogtreecommitdiffstats
path: root/test/Doctest.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Doctest.hs')
-rw-r--r--test/Doctest.hs11
1 files changed, 6 insertions, 5 deletions
diff --git a/test/Doctest.hs b/test/Doctest.hs
index 9dc22a4..e18c359 100644
--- a/test/Doctest.hs
+++ b/test/Doctest.hs
@@ -1,10 +1,11 @@
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