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.
This commit is contained in:
Joey Hess 2021-01-13 13:23:35 -04:00
parent 99ba471209
commit bb4dc3a399
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -12,7 +12,7 @@ module Utility.QuickCheck
( module X ( module X
, TestableString , TestableString
, fromTestableString , fromTestableString
, TestableFilePath , TestableFilePath(..)
, fromTestableFilePath , fromTestableFilePath
, nonNegative , nonNegative
, positive , positive