From deed1b7c619b56022741efa531bae13066e7d6f5 Mon Sep 17 00:00:00 2001 From: amesgen Date: Fri, 3 Jun 2022 13:13:10 +0200 Subject: [PATCH] Expose the `NoCreateFile` option --- Test/Tasty/Golden.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Test/Tasty/Golden.hs b/Test/Tasty/Golden.hs index 09a3a95..5b3ac9e 100644 --- a/Test/Tasty/Golden.hs +++ b/Test/Tasty/Golden.hs @@ -81,6 +81,7 @@ module Test.Tasty.Golden -- * Options , SizeCutoff(..) , DeleteOutputFile(..) + , NoCreateFile(..) -- * Various utilities , writeBinaryFile , findByExtension