From bb4dc3a3997b4d7fb177e42cbe076b786e2eaebc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 13 Jan 2021 13:23:35 -0400 Subject: [PATCH] export TestableFilePath constructor Useful for eg, replicating failures in ghci. No need for this to be a smart constructor, as long as it's used with valid filepaths, it's ok and if not the test breaks. --- Utility/QuickCheck.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utility/QuickCheck.hs b/Utility/QuickCheck.hs index 2093670a06..9244a28baa 100644 --- a/Utility/QuickCheck.hs +++ b/Utility/QuickCheck.hs @@ -12,7 +12,7 @@ module Utility.QuickCheck ( module X , TestableString , fromTestableString - , TestableFilePath + , TestableFilePath(..) , fromTestableFilePath , nonNegative , positive