aboutsummaryrefslogtreecommitdiffstats
path: root/test/Doctest.hs
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-05-12 12:21:36 +0100
committerYann Herklotz <git@yannherklotz.com>2020-05-12 12:21:42 +0100
commit7124a4f00e536b4d5323a7488c1f65469dddb102 (patch)
tree150ccfd9bf1549c930a12ee5200826cedfa37fa3 /test/Doctest.hs
parentd1b04fc068b1484f8bd0020598d3a2f023772f46 (diff)
downloadverismith-7124a4f00e536b4d5323a7488c1f65469dddb102.tar.gz
verismith-7124a4f00e536b4d5323a7488c1f65469dddb102.zip
Format with ormolu
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