Add missing haddock @since annotations

This commit is contained in:
Michael Walker 2017-11-30 22:08:38 +00:00
parent 82966c43f3
commit fa1836c3a8
2 changed files with 2 additions and 2 deletions

View File

@ -334,7 +334,7 @@ testProperty = testPropertyFor 10 100
-- The maximum number of cases tried by @testPropertyFor n m@ will be
-- @n * m@.
--
-- @since unreleased
-- @since 0.7.1.0
testPropertyFor :: (R.Testable p, R.Listable (R.X p), Eq (R.X p), Show (R.X p), Show (R.O p))
=> Int
-- ^ The number of seed values to try.

View File

@ -358,7 +358,7 @@ testProperty = testPropertyFor 10 100
-- The maximum number of cases tried by @testPropertyFor n m@ will be
-- @n * m@.
--
-- @since unreleased
-- @since 0.7.1.0
testPropertyFor :: (R.Testable p, R.Listable (R.X p), Eq (R.X p), Show (R.X p), Show (R.O p))
=> Int
-- ^ The number of seed values to try.