From 85a017f3d4c8cc3efb876e0864da8d6a033f88dc Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 18 Oct 2019 15:13:25 +0100 Subject: Change location of the html reports --- src/Verismith/Report.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Verismith/Report.hs') diff --git a/src/Verismith/Report.hs b/src/Verismith/Report.hs index f0608f2..196e891 100644 --- a/src/Verismith/Report.hs +++ b/src/Verismith/Report.hs @@ -316,7 +316,7 @@ fuzzStatus name (FuzzReport dir s1 s2 s3 sz t1 t2 t3) = H.tr $ do . ( H.a ! A.href ( H.textValue - $ toTextIgnore (dir fromText "index" <.> "html") + $ toTextIgnore (dir <.> "html") ) ) $ H.toHtml name -- cgit